diff --git a/shared/additional_and_filter_packages.conf b/shared/additional_and_filter_packages.conf index 59747cb..7a368f4 100644 --- a/shared/additional_and_filter_packages.conf +++ b/shared/additional_and_filter_packages.conf @@ -1,7 +1,6 @@ filter_packages = [ ("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT|NFV|devel)$", { "*": [ - "python2", # python2 should ONLY be a module "python36", # RCM-42305 - ursine python36 should be only in buildroot "gcc-toolset-9-*-testsuite", #RCM-58061 "gcc-toolset-9-gcc-plugin-devel", #RCM-58061 @@ -36,6 +35,7 @@ filter_packages = [ ("^.*$", { "*": [ + "python2", # python2 should ONLY be a module "scap-security-guide-rule-playbooks" ] }),