summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-07-16 19:39:52 +1200
committertoofar <toofar@spalge.com>2023-07-27 19:08:18 +1200
commita71aff389d230944d4658ddc8f3e30c6f083e9c6 (patch)
tree77f054444d0d82a5dd5a0ae2babde176fae43fae
parent6d84462d68ec1ce4cde459297e0c52ad3c2bf29f (diff)
downloadqutebrowser-a71aff389d230944d4658ddc8f3e30c6f083e9c6.tar.gz
qutebrowser-a71aff389d230944d4658ddc8f3e30c6f083e9c6.zip
Pin latest pyinstaller commit from develop branch
PyInstaller has [recently][symlinks] landed a change that should restore the webengine sandbox on macOS builds. With a bit more testing we are hoping that we can go ahead releasing builds based on that in-development PyInstaller codebase even before they've made a release. This commit pins our pyinstaller dependency to be the latest commit on their develop branch. [symlinks]: https://github.com/pyinstaller/pyinstaller/pull/7619
-rw-r--r--misc/requirements/requirements-pyinstaller.txt2
-rw-r--r--misc/requirements/requirements-pyinstaller.txt-raw2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/requirements/requirements-pyinstaller.txt b/misc/requirements/requirements-pyinstaller.txt
index 912b38cd3..b112963b0 100644
--- a/misc/requirements/requirements-pyinstaller.txt
+++ b/misc/requirements/requirements-pyinstaller.txt
@@ -1,5 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
altgraph==0.17.3
-pyinstaller==5.13.0
+pyinstaller @ git+https://github.com/pyinstaller/pyinstaller.git@79f62ef29822169ae00cd4271390d0e3175476ad
pyinstaller-hooks-contrib==2023.6
diff --git a/misc/requirements/requirements-pyinstaller.txt-raw b/misc/requirements/requirements-pyinstaller.txt-raw
index c313980b0..502b80289 100644
--- a/misc/requirements/requirements-pyinstaller.txt-raw
+++ b/misc/requirements/requirements-pyinstaller.txt-raw
@@ -1 +1 @@
-PyInstaller
+git+https://github.com/pyinstaller/pyinstaller.git@develop