diff --git a/run_tests_common.sh b/run_tests_common.sh index 76b88aaa..27dd6908 100755 --- a/run_tests_common.sh +++ b/run_tests_common.sh @@ -33,6 +33,9 @@ case "${ID,,}" in amzn|centos|rhel) sudo $RHT_PKG_MGR install -y python-devel redhat-lsb-core epel-release yum-utils ;; + fedora) + sudo dnf install -y python-devel redhat-lsb-core redhat-rpm-config yum-utils + ;; ubuntu|debian) sudo apt-get update && sudo apt-get install -y python-dev lsb-release ;;