5f01cdc90a
Change-Id: I392539131341273396a1f6498ac01e7e7dfb5416
30 lines
676 B
Plaintext
30 lines
676 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: https://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
# All OSs
|
|
gcc []
|
|
python3 []
|
|
|
|
# Red Hat
|
|
git [platform:redhat]
|
|
iproute [platform:redhat]
|
|
libffi-devel [platform:redhat]
|
|
openssl-devel [platform:redhat]
|
|
python3-devel [platform:redhat]
|
|
|
|
# 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]
|
|
|
|
# Ubuntu
|
|
git [platform:ubuntu]
|
|
libffi-dev [platform:ubuntu]
|
|
libssl-dev [platform:ubuntu]
|
|
python3-dev [platform:ubuntu]
|