pyeclib/bindep.txt
Tim Burke d6e198797d Switch from yasm to nasm
... and build it from source so we can build latest ISA-L
(otherwise, the version shipped by some distros would
complain about a %use directive).

Change-Id: Iddba90e65c0eac135a71af920b3433775b9c8f0e
2023-07-11 13:55:29 -07:00

19 lines
601 B
Plaintext

# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
build-essential [platform:dpkg]
gcc [platform:rpm]
make [platform:rpm]
autoconf
automake
libtool
liberasurecode-dev [platform:dpkg]
# There's no library in CentOS 7 but Fedora and openSUSE have it.
liberasurecode-devel [platform:rpm !platform:centos]
python-dev [(platform:dpkg py27)]
python3-dev [(platform:dpkg !py27)]
python-devel [(platform:rpm py27)]
python3-devel [(platform:rpm !py27)]
zlib-devel [platform:rpm]
zlib1g-dev [platform:dpkg]