From 72c8609ad574ee2701ef8853e1ef474d98d720aa Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 22 Aug 2022 15:50:06 +0200 Subject: requirements: Switch back to PyInstaller release macOS fix landed in PyInstaller 5.3 --- misc/requirements/requirements-pyinstaller.txt | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-54-g00ecf