add additional python3-devel pkg name

This commit is contained in:
Erica Portnoy 2020-08-12 21:30:51 -07:00
parent 25cb2780cc
commit 7bb8334693

View file

@ -163,6 +163,7 @@ BootstrapRpmPython3() {
python_pkgs="python3
python3-devel
python3-devel.x86_64
"
BootstrapRpmCommonBase "$python_pkgs"