From d43bccef353fce78055cc34c763b18f1712e1206 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 8 Feb 2024 00:01:44 -0700 Subject: [PATCH] python2 slipped in from the buildroot --- shared/additional_and_filter_packages.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }),