diff options
author | kali <kali@leap.se> | 2017-10-11 09:10:40 -0700 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-11 18:41:01 +0200 |
commit | 02a2406d82727cb82a4fbf0228c785d205ad5f73 (patch) | |
tree | 30aaac3c163e6f71d4104bc1d938ef89a771a15a /pkg/pyinst | |
parent | 6648d03c81d2c7281c9553340835fa2880777a4c (diff) |
[bug] import linux specific constants inside if block
Diffstat (limited to 'pkg/pyinst')
-rw-r--r-- | pkg/pyinst/app.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec index fa13bf1..6e11aa6 100644 --- a/pkg/pyinst/app.spec +++ b/pkg/pyinst/app.spec @@ -17,6 +17,7 @@ if IS_MAC: hiddenimports = [ 'appdirs', 'scrypt', 'zope.interface', 'zope.proxy', + 'psutil', 'leap.pixelated_www', 'pixelated', 'chardet', 'whoosh', 'requests', 'pysqlcipher', 'service_identity', 'leap.common', 'leap.bitmask', |