diff --git a/kcc-c2e.spec b/kcc-c2e.spec index c26d226..fa07d41 100644 --- a/kcc-c2e.spec +++ b/kcc-c2e.spec @@ -8,7 +8,7 @@ a = Analysis(['kcc-c2e.py'], pathex=['.'], binaries=[], datas=[], - hiddenimports=['pkg_resources.extern'], + hiddenimports=[], hookspath=[], runtime_hooks=[], excludes=[], diff --git a/kcc-c2p.spec b/kcc-c2p.spec index 2a9f841..8614c7f 100644 --- a/kcc-c2p.spec +++ b/kcc-c2p.spec @@ -8,7 +8,7 @@ a = Analysis(['kcc-c2p.py'], pathex=['.'], binaries=[], datas=[], - hiddenimports=['pkg_resources.extern'], + hiddenimports=[], hookspath=[], runtime_hooks=[], excludes=[], diff --git a/kcc.spec b/kcc.spec index 67fa77e..abc2fea 100644 --- a/kcc.spec +++ b/kcc.spec @@ -8,7 +8,7 @@ a = Analysis(['kcc.py'], pathex=['.'], binaries=[], datas=[], - hiddenimports=['pkg_resources.extern'], + hiddenimports=[], hookspath=[], runtime_hooks=[], excludes=[],