python2 slipped in from the buildroot

This commit is contained in:
Louis Abel 2024-02-08 00:01:28 -07:00
parent 370b9771f1
commit c7af120c6b
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -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"
]
}),