Skip to content
Snippets Groups Projects
Commit f389fb3e authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

prevented python3-pyqt5.qtsvg and python3-pyqt5.qtwebkit from being removed

debugged for about an hour or longer why not all necessary packets are in the offlinerepo.
parent d0fa25aa
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
BEGIN { BEGIN {
# This is the number of things we're going to remove. Adjust it when changing the regular expression below # This is the number of things we're going to remove. Adjust it when changing the regular expression below
want = 5; want = 7;
skipped = 0; skipped = 0;
} }
...@@ -26,6 +26,10 @@ function skipit() { ...@@ -26,6 +26,10 @@ function skipit() {
skipit() skipit()
} }
/^(python3-pyqt5(qtsvg|qtwebkit))/ {
skipit()
}
skip == 0 { skip == 0 {
print print
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment