mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
python2 slipped in from the buildroot
This commit is contained in:
parent
370b9771f1
commit
c7af120c6b
@ -1,7 +1,6 @@
|
|||||||
filter_packages = [
|
filter_packages = [
|
||||||
("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT|NFV|devel)$", {
|
("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT|NFV|devel)$", {
|
||||||
"*": [
|
"*": [
|
||||||
"python2", # python2 should ONLY be a module
|
|
||||||
"python36", # RCM-42305 - ursine python36 should be only in buildroot
|
"python36", # RCM-42305 - ursine python36 should be only in buildroot
|
||||||
"gcc-toolset-9-*-testsuite", #RCM-58061
|
"gcc-toolset-9-*-testsuite", #RCM-58061
|
||||||
"gcc-toolset-9-gcc-plugin-devel", #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"
|
"scap-security-guide-rule-playbooks"
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user