96d37480cb
Since policycoreutils-python package is not available on
EL9 and bindep package is used in tripleo-ci
container-build role.
Since the package is not available so it breaks the EL9
container build.
Making it exception for EL9 fixes the issue.
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I5047980dc4f3a45316be047b4d7ba672297ab07b
(cherry picked from commit 51753617ff
)
14 lines
614 B
Plaintext
14 lines
614 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
xfsprogs [platform:rpm test]
|
|
qemu-img [platform:rpm test]
|
|
dosfstools [platform:rpm test]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libssl-dev [platform:dpkg test]
|
|
openssl-devel [platform:rpm test]
|
|
policycoreutils-python [platform:rpm test !platform:rhel-8 !platform:centos-8 !platform:fedora !platform:centos-9 !platform:rhel-9]
|
|
policycoreutils-python-utils [platform:rpm test !platform:rhel-7 !platform:centos-7]
|
|
tripleo-ansible [platform:rpm]
|