summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-05-24 20:53:04 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-23 18:31:41 +0200
commitf4cb011432cb228b14d2b41e63421c89ee4a4ce4 (patch)
treea9df773eecabac30449d50f19ab0de6c3c1a514b
parent6c1ba9281f6a409701eac60f1c6d9962e7960fc9 (diff)
downloadqutebrowser-f4cb011432cb228b14d2b41e63421c89ee4a4ce4.tar.gz
qutebrowser-f4cb011432cb228b14d2b41e63421c89ee4a4ce4.zip
mkvenv: Remove sip packages from binary args
e.g. not available for Python 3.11 yet
-rwxr-xr-xscripts/mkvenv.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/mkvenv.py b/scripts/mkvenv.py
index 05658505d..10024c6aa 100755
--- a/scripts/mkvenv.py
+++ b/scripts/mkvenv.py
@@ -41,11 +41,9 @@ REPO_ROOT = pathlib.Path(__file__).parent.parent
# for --only-binary / --no-binary
PYQT_PACKAGES = [
"PyQt5",
- "PyQt5-sip",
"PyQtWebEngine",
"PyQt6",
- "PyQt6-sip",
"PyQt6-WebEngine",
]