From 89289412a3ea0bc0403c39b2398611a94ae20615 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 25 Jun 2024 19:29:05 -0700 Subject: [PATCH] Revert "add hiddenimports=['pkg_resources.extern']" This reverts commit 193297c8fc40b5d1a58adf82d80448a6b7587e4a. --- 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 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=[],