mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Additional hidden imports due to use of Future.
This commit is contained in:
parent
83b9bbf743
commit
6d4ce3b7ad
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user