summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-08-22 15:50:06 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-23 18:31:42 +0200
commit72c8609ad574ee2701ef8853e1ef474d98d720aa (patch)
tree1c38c4cc86a2ef9f2e5f52f12fa58c476bb77060
parent496c14bc9e0afb6c6787a0a167a1cb623ce5e2ff (diff)
downloadqutebrowser-72c8609ad574ee2701ef8853e1ef474d98d720aa.tar.gz
qutebrowser-72c8609ad574ee2701ef8853e1ef474d98d720aa.zip
requirements: Switch back to PyInstaller release
macOS fix landed in PyInstaller 5.3
-rw-r--r--misc/requirements/requirements-pyinstaller.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/requirements/requirements-pyinstaller.txt b/misc/requirements/requirements-pyinstaller.txt
index af629c4e2..3db372d82 100644
--- a/misc/requirements/requirements-pyinstaller.txt
+++ b/misc/requirements/requirements-pyinstaller.txt
@@ -1,6 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
altgraph==0.17.2
-# FIXME:qt6 switch back to release
-git+https://github.com/pyinstaller/pyinstaller
+pyinstaller==5.3
pyinstaller-hooks-contrib==2022.8