mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
capture python36-devel as well
This commit is contained in:
parent
f6357dc536
commit
36c38cd227
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue