mirror of
https://github.com/ciromattia/kcc
synced 2025-12-15 18:56:28 +00:00
Revert "add hiddenimports=['pkg_resources.extern']"
This reverts commit 193297c8fc.
This commit is contained in:
@@ -8,7 +8,7 @@ a = Analysis(['kcc-c2e.py'],
|
|||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[],
|
datas=[],
|
||||||
hiddenimports=['pkg_resources.extern'],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
excludes=[],
|
excludes=[],
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ a = Analysis(['kcc-c2p.py'],
|
|||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
binaries=[],
|
binaries=[],
|
||||||
datas=[],
|
datas=[],
|
||||||
hiddenimports=['pkg_resources.extern'],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
excludes=[],
|
excludes=[],
|
||||||
|
|||||||
Reference in New Issue
Block a user