1
0

build: bump pyinstaller

This commit is contained in:
SomberNight
2025-06-03 16:33:47 +00:00
parent 876a994731
commit 538fc37f03
5 changed files with 14 additions and 10 deletions

View File

@@ -3,9 +3,11 @@ setuptools
wheel
# needed by pyinstaller:
# fixme: ugly to have to duplicate this here from upstream
macholib>=1.8
altgraph
pyinstaller-hooks-contrib>=2020.6
pyinstaller-hooks-contrib>=2025.2
packaging>=22.0
# Note: hidapi requires Cython at build-time (not needed at runtime).
# For reproducible builds, the version of Cython must be pinned down.

View File

@@ -3,7 +3,9 @@ setuptools
wheel
# needed by pyinstaller:
pefile>=2017.8.1
# fixme: ugly to have to duplicate this here from upstream
pefile>=2022.5.30,!=2024.8.26
altgraph
pywin32-ctypes>=0.2.0
pyinstaller-hooks-contrib>=2020.11
pywin32-ctypes>=0.2.1
pyinstaller-hooks-contrib>=2025.2
packaging>=22.0