c86333622f
Change-Id: I45de6aebdcfa2d131097f03cfd51b22a6c156f76
27 lines
575 B
Plaintext
27 lines
575 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]
|
|
|
|
# RHEL/CentOS 8
|
|
python3-libselinux [platform:rhel-8]
|
|
python3-libselinux [platform:centos-8]
|