Filter again

i8.9
Arkady L. Shane 9 months ago
parent bc13db300d
commit 8e09d1f1b8
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -62,6 +62,24 @@ filter_packages = [
] ]
} }
), ),
(
'^HighAvailability$', {
'*': [
"python-beautifulsoup4",
"python2-beautifulsoup4",
"python3-beautifulsoup4"
]
}
),
(
'^ResilientStorage$', {
'*': [
"python-beautifulsoup4",
"python2-beautifulsoup4",
"python3-beautifulsoup4"
]
}
),
( (
'^Extras$', { '^Extras$', {
'*': [ '*': [

@ -84,6 +84,24 @@ filter_packages = [
] ]
} }
), ),
(
'^HighAvailability$', {
'*': [
"python-beautifulsoup4",
"python2-beautifulsoup4",
"python3-beautifulsoup4"
]
}
),
(
'^ResilientStorage$', {
'*': [
"python-beautifulsoup4",
"python2-beautifulsoup4",
"python3-beautifulsoup4"
]
}
),
( (
'^Devel$', { '^Devel$', {
'i686': [ 'i686': [

Loading…
Cancel
Save