Update bindep.txt for some missing dependencies
We rely on curl for a few things that like to download remote files. The failure cleanup processes rely on "ps" to kill left-over chroot processes (_get_chroot_processes) git is required for source installs Change-Id: Icddcc13d568b8d5cd3e8de05907ff327136088df
This commit is contained in:
parent
76389d0afe
commit
0500f67fda
@ -8,6 +8,8 @@ dosfstools
|
||||
gdisk
|
||||
kpartx
|
||||
sudo
|
||||
curl
|
||||
git
|
||||
|
||||
squashfs-tools [!platform:suse]
|
||||
squashfs [platform:suse]
|
||||
@ -24,6 +26,7 @@ rpm [platform:dpkg]
|
||||
uuid-runtime [platform:dpkg]
|
||||
yum-utils [platform:dpkg]
|
||||
debootstrap [platform:dpkg]
|
||||
procps [platform:dpkg]
|
||||
|
||||
# centos/fedora
|
||||
qemu-img [platform:redhat]
|
||||
@ -32,9 +35,11 @@ policycoreutils-python-utils [platform:fedora]
|
||||
# NOTE(cgoncalves): setuptools is required by python3-setools (a dependency of
|
||||
# policycoreutils-python) but is not in its RPM dependency list in Fedora 28.
|
||||
python3-setuptools [platform:fedora]
|
||||
procps-ng [platform:redhat]
|
||||
|
||||
# suse
|
||||
python-pyliblzma [platform:suse]
|
||||
yum-utils [platform:suse]
|
||||
qemu-tools [platform:suse]
|
||||
debootstrap [platform:suse]
|
||||
procps [platform:suse]
|
||||
|
Loading…
Reference in New Issue
Block a user