9cf069dbb0
Because upstream OpenStack requirements master branch (Victoria) removed any support for Python 2.7 upstream jobs started failing. We where only using Python 2 because infrared installation process fails on RHEL/CentOS 7 and Python 3 due to lacking SE Linux Python bindings. This workaround this issue by removing support for Python 2.7 and CentOS/RHEL 7. The support for CentOS 7 could be restored once the IR issue has been fixed. Change-Id: I09d2577a0e5cb4c7efbb6863294f63b2dd88de0a
30 lines
805 B
Plaintext
30 lines
805 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]
|
|
python3-libselinux [platform:redhat]
|
|
python3-setuptools [platform:redhat]
|
|
python3-wheel [platform:redhat]
|
|
python3-virtualenv [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]
|