From 6d4ce3b7ad5ddc48c1a883f7855bc4d773a0bf62 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Fri, 3 Jul 2020 13:44:47 -0400 Subject: [PATCH] Additional hidden imports due to use of Future. --- pyinstaller.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 6d1bd21f2..875629c13 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -27,15 +27,29 @@ added_files = [ ('src/allmydata/web/static/img/*.png', 'allmydata/web/static/img')] hidden_imports = [ + '__builtin__', 'allmydata.client', 'allmydata.introducer', 'allmydata.stats', + 'base64', 'cffi', + 'collections', + 'commands', 'Crypto', + 'functools', + 'future.backports.misc', + 'itertools', + 'math', 'packaging.specifiers', + 're', + 'reprlib', 'six.moves.html_parser', + 'subprocess', + 'UserDict', + 'UserList', + 'UserString', 'yaml', - 'zfec' + 'zfec', ] a = Analysis(