Skip to content

Commit

Permalink
mkvenv: Remove sip packages from binary args
Browse files Browse the repository at this point in the history
e.g. not available for Python 3.11 yet
  • Loading branch information
The-Compiler committed May 24, 2022
1 parent fe27fc6 commit 9124c22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/mkvenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@
# for --only-binary / --no-binary
PYQT_PACKAGES = [
"PyQt5",
"PyQt5-sip",
"PyQtWebEngine",

"PyQt6",
"PyQt6-sip",
"PyQt6-WebEngine",
]

Expand Down

0 comments on commit 9124c22

Please sign in to comment.