no need to specify the arch once extra rhel7 repos enabled

This commit is contained in:
Erica Portnoy 2020-08-17 14:08:43 -07:00
parent c90329c5c9
commit 5ed0726e42

View file

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