diff options
author | Kali Kaneko <kali@leap.se> | 2017-07-28 10:44:25 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-28 21:10:26 -0400 |
commit | 4bef092ab9c1bd7ed531bd19f7e0b3137332deba (patch) | |
tree | 159be115af8f772032c9d8a99eae8abc8c6da320 /pkg/pyinst/app.spec | |
parent | db7f98d9b088fbc316f006819f62f9df917e2a99 (diff) |
[pkg] fix hidden import
Diffstat (limited to 'pkg/pyinst/app.spec')
-rw-r--r-- | pkg/pyinst/app.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec index f693432c..a14dbcb5 100644 --- a/pkg/pyinst/app.spec +++ b/pkg/pyinst/app.spec @@ -15,7 +15,7 @@ if IS_MAC: hiddenimports = [ 'appdirs', 'scrypt', 'zope.interface', 'zope.proxy', - 'pixelated_www', 'pixelated', 'chardet', 'whoosh', 'requests', + 'leap.pixelated_www', 'pixelated', 'chardet', 'whoosh', 'requests', 'pysqlcipher', 'service_identity', 'leap.common', 'leap.bitmask', 'leap.bitmask.core.logs', |