From 193297c8fc40b5d1a58adf82d80448a6b7587e4a Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 25 Jun 2024 19:14:15 -0700 Subject: [PATCH] add hiddenimports=['pkg_resources.extern'] --- kcc-c2e.spec | 2 +- kcc-c2p.spec | 2 +- kcc.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kcc-c2e.spec b/kcc-c2e.spec index fa07d41..c26d226 100644 --- a/kcc-c2e.spec +++ b/kcc-c2e.spec @@ -8,7 +8,7 @@ a = Analysis(['kcc-c2e.py'], pathex=['.'], binaries=[], datas=[], - hiddenimports=[], + hiddenimports=['pkg_resources.extern'], hookspath=[], runtime_hooks=[], excludes=[], diff --git a/kcc-c2p.spec b/kcc-c2p.spec index 8614c7f..2a9f841 100644 --- a/kcc-c2p.spec +++ b/kcc-c2p.spec @@ -8,7 +8,7 @@ a = Analysis(['kcc-c2p.py'], pathex=['.'], binaries=[], datas=[], - hiddenimports=[], + hiddenimports=['pkg_resources.extern'], hookspath=[], runtime_hooks=[], excludes=[], diff --git a/kcc.spec b/kcc.spec index abc2fea..67fa77e 100644 --- a/kcc.spec +++ b/kcc.spec @@ -8,7 +8,7 @@ a = Analysis(['kcc.py'], pathex=['.'], binaries=[], datas=[], - hiddenimports=[], + hiddenimports=['pkg_resources.extern'], hookspath=[], runtime_hooks=[], excludes=[],