summaryrefslogtreecommitdiff
path: root/scripts/dev/build_pyqt_wheel.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/build_pyqt_wheel.py')
-rw-r--r--scripts/dev/build_pyqt_wheel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/build_pyqt_wheel.py b/scripts/dev/build_pyqt_wheel.py
index b63331341..36fc9cbe4 100644
--- a/scripts/dev/build_pyqt_wheel.py
+++ b/scripts/dev/build_pyqt_wheel.py
@@ -78,8 +78,8 @@ def main():
utils.print_title("Downloading wheels")
subprocess.run([sys.executable, '-m', 'pip', 'download',
- '--no-deps', '--only-binary', 'PyQt5,PyQtWebEngine',
- 'PyQt5', 'PyQtWebEngine'], check=True)
+ '--no-deps', '--only-binary', 'PyQt6,PyQtWebEngine',
+ 'PyQt6', 'PyQtWebEngine'], check=True)
utils.print_title("Patching wheels")
input_files = wheels_dir.glob('*.whl')