Remove python3-devel package from RHEL-7 bindeps

This allows running InfraRed jobs against RHEL-7 hosts
Test cases are going anyway to fail because python3-devel
is actually required by Tobiko python dependencies.
Romoving this package from dependencies helps fixing
other issues before package lack is solved.

Change-Id: I47aeae358652a7ee5618d8cec9dae01f872f5c40
This commit is contained in:
Federico Ressi 2020-06-03 14:22:11 +02:00
parent ecd82224c7
commit d4b18155a4
3 changed files with 13 additions and 1 deletions

View File

@ -10,7 +10,7 @@ libffi-devel [platform:redhat]
make [platform:redhat]
openssl-devel [platform:redhat]
python3 [platform:redhat]
python3-devel [platform:redhat]
python3-devel [platform:redhat !platform:rhel-7]
python3-libselinux [platform:redhat]
python3-setuptools [platform:redhat]
python3-wheel [platform:redhat]

View File

@ -0,0 +1,5 @@
---
# This InfraRed patchset is required to workaround missing SE Linux Python 3 bindings
# https://review.gerrithub.io/c/redhat-openstack/infrared/+/493715
ir_deps: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/15/493715/5"

View File

@ -0,0 +1,7 @@
---
python_packages:
python3:
- python3
python3.6:
- python36