summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-15 15:58:23 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-22 17:41:12 +0200
commit97139e12dd67b03fc7a7647235906c7172fe45cc (patch)
tree063d8999f71efa8bc61b263b69ea437df6b8d3a2
parent59e2f8b4a0d51fe545a3b7adb98a95f3efcb9341 (diff)
downloadqutebrowser-97139e12dd67b03fc7a7647235906c7172fe45cc.tar.gz
qutebrowser-97139e12dd67b03fc7a7647235906c7172fe45cc.zip
macOS: Use patched PyInstaller
See #7258
-rw-r--r--misc/requirements/requirements-pyinstaller.txt3
-rw-r--r--scripts/dev/changelog_urls.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/requirements/requirements-pyinstaller.txt b/misc/requirements/requirements-pyinstaller.txt
index 35e65b6da..ba28119b6 100644
--- a/misc/requirements/requirements-pyinstaller.txt
+++ b/misc/requirements/requirements-pyinstaller.txt
@@ -1,5 +1,6 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
altgraph==0.17.2
-pyinstaller==5.1
+# FIXME:qt6 switch back to release
+git+https://github.com/the-compiler/pyinstaller@qt6-webengine-macos
pyinstaller-hooks-contrib==2022.7
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index 06bb5a791..d37f68abf 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -85,7 +85,7 @@
"Pympler": "https://github.com/pympler/pympler/blob/master/CHANGELOG.md",
"pytest-mock": "https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst",
"pytest-qt": "https://github.com/pytest-dev/pytest-qt/blob/master/CHANGELOG.rst",
- "pyinstaller": "https://pyinstaller.readthedocs.io/en/stable/CHANGES.html",
+ "git+https://github.com/the-compiler/pyinstaller@qt6-webengine-macos": "https://pyinstaller.readthedocs.io/en/stable/CHANGES.html",
"pyinstaller-hooks-contrib": "https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst",
"pytest-benchmark": "https://pytest-benchmark.readthedocs.io/en/stable/changelog.html",
"typed-ast": "https://github.com/python/typed_ast/commits/master",