Bump pyinstaller to 6.3.* (#11175)

This commit is contained in:
Avasam
2023-12-17 16:47:29 -05:00
committed by GitHub
parent 33df486ba2
commit d3bf2805b4
5 changed files with 5 additions and 8 deletions

View File

@@ -35,7 +35,6 @@ PyInstaller\.hooks(\.[\w-]+)* # weird hyphens in runtime module names
PyInstaller.lib.modulegraph.__main__
PyInstaller.lib.modulegraph.find_modules
PyInstaller.lib.modulegraph.util
PyInstaller.lib.modulegraph.zipio
PyInstaller\.loader(\.\w+)*
PyInstaller.log
PyInstaller\.utils\.cliutils(\.\w+)*
@@ -53,6 +52,3 @@ PyInstaller.utils.win32.icon
PyInstaller.utils.win32.winmanifest
PyInstaller.utils.win32.winresource
PyInstaller.utils.win32.winutils
# Module can't be imported at runtime on non-win32 platforms
PyInstaller.utils.win32.versioninfo

View File

@@ -0,0 +1,2 @@
# Module can't be imported at runtime on non-win32 platforms
PyInstaller.utils.win32.versioninfo

View File

@@ -0,0 +1,2 @@
# Module can't be imported at runtime on non-win32 platforms
PyInstaller.utils.win32.versioninfo