bundles: fix dependencies

This commit is contained in:
Franzi 2021-05-23 14:54:24 +02:00
parent 8dc66421c0
commit 46f7aa93ef
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 13 additions and 16 deletions

View file

@ -26,7 +26,16 @@ pkg_apt = {
'netcat': {},
'python3': {},
'python3-dev': {},
'python3-pip': {},
'python3-setuptools': {
'needed_by': {
'pkg_pip:',
},
},
'python3-pip': {
'needed_by': {
'pkg_pip:',
},
},
'python3-virtualenv': {},
'rsync': {},
'tar': {},