diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-06 10:11:57 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-06 10:11:57 +0100 |
commit | 72d6835ff22ac926675c31789a332112ee73a2cf (patch) | |
tree | 5ea68100924051d8b661d4539ae0bfa0c09a91d3 /pkg/pyinst/app.spec | |
parent | a8c215ca65b8dde0d15973528eba5e765810bcd5 (diff) |
[pkg] several bundling fixes
Diffstat (limited to 'pkg/pyinst/app.spec')
-rw-r--r-- | pkg/pyinst/app.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec index d9243de8..90619cfa 100644 --- a/pkg/pyinst/app.spec +++ b/pkg/pyinst/app.spec @@ -4,13 +4,16 @@ import platform block_cipher = None hiddenimports = [ + 'appdirs', 'scrypt', 'zope.interface', 'zope.proxy', - 'pixelated_www', 'pixelated', + 'pixelated_www', 'pixelated', 'chardet', 'pysqlcipher', 'service_identity', 'leap.common', 'leap.bitmask', 'leap.bitmask.core.logs', 'leap.bitmask.gui.icons_rc', + 'leap.soledad.common', 'leap.soledad.common.document', + 'leap.soledad.common.l2db', 'leap.bitmask_js', 'packaging', 'packaging.version', 'packaging.specifiers', 'packaging.requirements'] |