don't fail if we can't enable rhel7 extras

This commit is contained in:
Erica Portnoy 2020-08-17 15:12:04 -07:00
parent a0e84e14a9
commit f6357dc536

View file

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