Skip to content

Commit

Permalink
Pin latest pyinstaller commit from develop branch
Browse files Browse the repository at this point in the history
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]: pyinstaller/pyinstaller#7619
  • Loading branch information
toofar committed Jul 27, 2023
1 parent 6d84462 commit a71aff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion misc/requirements/requirements-pyinstaller.txt-raw
@@ -1 +1 @@
PyInstaller
git+https://github.com/pyinstaller/pyinstaller.git@develop

0 comments on commit a71aff3

Please sign in to comment.