tripleo-ansible/bindep.txt
Kevin Carter 9c7f558684
Update config to support RHEL/CENT8
This change updates our bindep configurations and local test runner
to ensure it works with RHEL/CENT8.

Change-Id: I5585fa8b6e2094132596073e6c441267a18aea90
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-10-09 11:02:59 -05:00

36 lines
1.1 KiB
Plaintext

# This file facilitates OpenStack-CI package installation
# before the execution of any tests.
#
# See the following for details:
# - https://docs.openstack.org/infra/bindep/
# - https://opendev.org/opendev/bindep/
#
# Even if the role does not make use of this facility, it
# is better to have this file empty, otherwise OpenStack-CI
# will fall back to installing its default packages which
# will potentially be detrimental to the tests executed.
# The gcc compiler
gcc
# Base requirements for RPM distros
gcc-c++ [platform:rpm]
git [platform:rpm]
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]
python-devel [platform:rpm !platform:rhel-8]
python3-devel [platform:rpm !platform:centos-7]
python2-dnf [platform:fedora]
# For SELinux
libselinux-python [platform:rpm !platform:rhel-8]
libsemanage-python [platform:redhat !platform:rhel-8]
libselinux-python3 [platform:rpm !platform:centos-7]
libsemanage-python3 [platform:redhat !platform:rhel-7]
# Required for compressing collected log files in CI
gzip
# Required to build language docs
gettext