d4b18155a4
This allows running InfraRed jobs against RHEL-7 hosts Test cases are going anyway to fail because python3-devel is actually required by Tobiko python dependencies. Romoving this package from dependencies helps fixing other issues before package lack is solved. Change-Id: I47aeae358652a7ee5618d8cec9dae01f872f5c40
29 lines
785 B
Plaintext
29 lines
785 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: https://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
# Red Hat
|
|
bzip2-devel [platform:redhat]
|
|
gcc [platform:redhat]
|
|
git [platform:redhat]
|
|
iproute [platform:redhat]
|
|
libffi-devel [platform:redhat]
|
|
make [platform:redhat]
|
|
openssl-devel [platform:redhat]
|
|
python3 [platform:redhat]
|
|
python3-devel [platform:redhat !platform:rhel-7]
|
|
python3-libselinux [platform:redhat]
|
|
python3-setuptools [platform:redhat]
|
|
python3-wheel [platform:redhat]
|
|
readline-devel [platform:redhat]
|
|
sqlite-devel [platform:redhat]
|
|
zlib-devel [platform:redhat]
|
|
|
|
# Ubuntu
|
|
gcc [platform:ubuntu]
|
|
git [platform:ubuntu]
|
|
libffi-dev [platform:ubuntu]
|
|
libssl-dev [platform:ubuntu]
|
|
make [platform:ubuntu]
|
|
python3 [platform:ubuntu]
|
|
python3-dev [platform:ubuntu]
|