From f39e0caad0f7bd04078ac7cda6a75e4bcb886e9d Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 29 Jun 2025 09:34:54 -0700 Subject: [PATCH] exclude pkg_resources (#1001) --- 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 c8350a8..dbfce2b 100644 --- a/kcc-c2e.spec +++ b/kcc-c2e.spec @@ -11,7 +11,7 @@ a = Analysis(['kcc-c2e.py'], hiddenimports=['_cffi_backend'], hookspath=[], runtime_hooks=[], - excludes=[], + excludes=['pkg_resources'], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, diff --git a/kcc-c2p.spec b/kcc-c2p.spec index 72bac35..4f15062 100644 --- a/kcc-c2p.spec +++ b/kcc-c2p.spec @@ -11,7 +11,7 @@ a = Analysis(['kcc-c2p.py'], hiddenimports=['_cffi_backend'], hookspath=[], runtime_hooks=[], - excludes=[], + excludes=['pkg_resources'], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher, diff --git a/kcc.spec b/kcc.spec index 38f6e3a..b55e810 100644 --- a/kcc.spec +++ b/kcc.spec @@ -11,7 +11,7 @@ a = Analysis(['kcc.py'], hiddenimports=['_cffi_backend'], hookspath=[], runtime_hooks=[], - excludes=[], + excludes=['pkg_resources'], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher,