2e3af9b534
Change-Id: Ie4ad2f23e1e518c688dc4334acaa3379827ac146
29 lines
641 B
Plaintext
29 lines
641 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: https://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
# All Linux
|
|
gcc []
|
|
git []
|
|
python3 []
|
|
|
|
# Red Hat
|
|
iproute [platform:redhat]
|
|
libffi-devel [platform:redhat]
|
|
openssl-devel [platform:redhat]
|
|
python3-devel [platform:redhat]
|
|
|
|
# Ubuntu
|
|
libffi-dev [platform:ubuntu]
|
|
libssl-dev [platform:ubuntu]
|
|
python3-dev [platform:ubuntu]
|
|
|
|
# RHEL/CentOS 7
|
|
libselinux-python [platform:rhel-7]
|
|
libselinux-python [platform:centos-7]
|
|
python2-devel [platform:rhel-7]
|
|
python2-devel [platform:centos-7]
|
|
|
|
# RHEL/CentOS 8
|
|
python3-libselinux [platform:rhel-8]
|
|
python3-libselinux [platform:centos-8]
|