Clean up bindep.txt

Since we have other means of installing packages, bindep should only
be used for the packages required to bootstrap bifrost, i.e. python
and development files. Things like MariaDB should wait.

ebtables and dnsmasq is needed for libvirt on debian systems, so
install it there (and in suse since it's broken now and I cannot test).

Change-Id: I955f559e247ff49f5b84453a8c48462c63413acd
This commit is contained in:
Dmitry Tantsur 2020-08-05 17:47:41 +02:00
parent 478e03ab5e
commit 73d71b21fe
4 changed files with 8 additions and 11 deletions

View File

@ -1,9 +1,7 @@
dnsmasq
epel-release [platform:centos platform:rhel]
gcc
git
libffi-devel [platform:redhat platform:suse !platform:opensuseproject-42]
libffi-devel-gcc5 [platform:opensuseproject-42]
libffi-devel [platform:redhat platform:suse]
libffi-dev [platform:dpkg]
libopenssl-devel [platform:suse]
openssl-devel [platform:redhat]
@ -11,18 +9,11 @@ libssl-dev [platform:dpkg]
lsb-release [platform:suse platform:dpkg]
redhat-lsb [platform:redhat]
make
mariadb [platform:suse]
mariadb-server [platform:redhat platform:dpkg]
net-tools
python3 [platform:rpm]
python3-apt [platform:dpkg]
python3-minimal [platform:dpkg]
python3-devel [platform:rpm]
python3-dev [platform:dpkg]
python3-dnf [platform:fedora]
python3-venv [platform:dpkg]
python3-xml [platform:suse]
redhat-rpm-config [platform:fedora]
wget
python3-wheel [platform:dpkg]
sudo
ebtables

View File

@ -12,3 +12,5 @@ required_packages:
- sgabios
- pkg-config
- libvirt-dev
- ebtables
- dnsmasq

View File

@ -14,3 +14,5 @@ required_packages:
- libxml2-devel
- pkg-config
- libvirt-devel
- ebtables
- dnsmasq

View File

@ -12,3 +12,5 @@ required_packages:
- qemu-system-data
- pkg-config
- libvirt-dev
- ebtables
- dnsmasq