diff --git a/scripts/lib/setup_venv.py b/scripts/lib/setup_venv.py index 62776f2b6a..41b60e9c35 100644 --- a/scripts/lib/setup_venv.py +++ b/scripts/lib/setup_venv.py @@ -47,7 +47,7 @@ COMMON_YUM_VENV_DEPENDENCIES = [ "openldap-devel", "libyaml-devel", # Needed by python-xmlsec: - "gcc" + "gcc", "python3-devel", "libxml2-devel", "xmlsec1-devel",