capture python36-devel as well

This commit is contained in:
Erica Portnoy 2020-08-17 16:11:49 -07:00
parent f6357dc536
commit 36c38cd227

View file

@ -140,10 +140,8 @@ BootstrapRpmPython3() {
python3-devel
"
if ! $TOOL list python3-devel >/dev/null 2>&1; then
set +e
if ! $TOOL list 'python3*-devel' >/dev/null 2>&1; then
yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
set -e
fi
BootstrapRpmCommonBase "$python_pkgs"