summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-24 12:01:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-30 19:29:28 +0200
commitb5d5c7f4d35e624abb30a1d585d30596637bea94 (patch)
tree05bc16f90598aa88a3a1a8b2b383db9e36f9142e /scripts
parent58ee4cc21a4344ec0017b11e533f97956076df6a (diff)
downloadqutebrowser-b5d5c7f4d35e624abb30a1d585d30596637bea94.tar.gz
qutebrowser-b5d5c7f4d35e624abb30a1d585d30596637bea94.zip
More qt 6 tooling
Diffstat (limited to 'scripts')
-rw-r--r--scripts/link_pyqt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/link_pyqt.py b/scripts/link_pyqt.py
index 4581bef41..63bdde959 100644
--- a/scripts/link_pyqt.py
+++ b/scripts/link_pyqt.py
@@ -125,7 +125,7 @@ def get_lib_path(executable, name, required=True):
raise ValueError("Unexpected output: {!r}".format(output))
-def link_pyqt(executable, venv_path, *, version='5'):
+def link_pyqt(executable, venv_path, *, version):
"""Symlink the systemwide PyQt/sip into the venv.
Args: