mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +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')]
|
('src/allmydata/web/static/img/*.png', 'allmydata/web/static/img')]
|
||||||
|
|
||||||
hidden_imports = [
|
hidden_imports = [
|
||||||
|
'__builtin__',
|
||||||
'allmydata.client',
|
'allmydata.client',
|
||||||
'allmydata.introducer',
|
'allmydata.introducer',
|
||||||
'allmydata.stats',
|
'allmydata.stats',
|
||||||
|
'base64',
|
||||||
'cffi',
|
'cffi',
|
||||||
|
'collections',
|
||||||
|
'commands',
|
||||||
'Crypto',
|
'Crypto',
|
||||||
|
'functools',
|
||||||
|
'future.backports.misc',
|
||||||
|
'itertools',
|
||||||
|
'math',
|
||||||
'packaging.specifiers',
|
'packaging.specifiers',
|
||||||
|
're',
|
||||||
|
'reprlib',
|
||||||
'six.moves.html_parser',
|
'six.moves.html_parser',
|
||||||
|
'subprocess',
|
||||||
|
'UserDict',
|
||||||
|
'UserList',
|
||||||
|
'UserString',
|
||||||
'yaml',
|
'yaml',
|
||||||
'zfec'
|
'zfec',
|
||||||
]
|
]
|
||||||
|
|
||||||
a = Analysis(
|
a = Analysis(
|
||||||
|
Loading…
Reference in New Issue
Block a user