From c37e330efd35af20cdba267ff4a82d3df4d19efb Mon Sep 17 00:00:00 2001 From: Chris Wood Date: Fri, 27 Jan 2023 10:02:59 -0500 Subject: [PATCH] Add charset_normalizer.md__mypyc to hidden imports Fixes: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3966 Overrides: https://github.com/tahoe-lafs/tahoe-lafs/pull/1248 Ref.: https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/534 --- pyinstaller.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pyinstaller.spec b/pyinstaller.spec index eece50757..01b1ac4ac 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -36,6 +36,7 @@ hidden_imports = [ 'allmydata.stats', 'base64', 'cffi', + 'charset_normalizer.md__mypyc', 'collections', 'commands', 'Crypto',