Donot install policycoreutils-python for cs9

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
This commit is contained in:
Chandan Kumar (raukadah) 2021-09-10 16:22:56 +05:30
parent 4f426292d9
commit 51753617ff
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ 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]
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]