summaryrefslogtreecommitdiff
path: root/pkg/pyinst/app.spec
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-06 10:11:57 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-06 10:11:57 +0100
commit72d6835ff22ac926675c31789a332112ee73a2cf (patch)
tree5ea68100924051d8b661d4539ae0bfa0c09a91d3 /pkg/pyinst/app.spec
parenta8c215ca65b8dde0d15973528eba5e765810bcd5 (diff)
[pkg] several bundling fixes
Diffstat (limited to 'pkg/pyinst/app.spec')
-rw-r--r--pkg/pyinst/app.spec5
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']