yatinkarel
1742a86759
Currently it tries to install libselinux-python and libsemanage-python with bindep but those rpms are only applicable to EL7 platforms. Since we no longer support python2, let's cleanup python2 specific rpms and use rpm names which are applicable to all rpm distros. python3-libselinux and python3-libsemanage should be installable on EL7, EL8, EL9 and fedora platform. Change-Id: I49d7d599fb6c158237de2180e2a0ff15a79b4c80
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
gcc [platform:rpm]
|
|
python36-devel [platform:rhel8 platform:centos-8]
|
|
python3-devel [platform:rpm !platform:rhel8 !platform:centos-8]
|
|
|
|
# For SELinux
|
|
python3-libselinux [platform:rpm]
|
|
python3-libsemanage [platform:rpm]
|