diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-06 14:51:28 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-06 14:54:02 +0100 |
commit | b8199de56a17c0bdc7fd9897b18e5936b537e7ae (patch) | |
tree | 641c54c26eac177ccdd6376ecc3ced900014f825 /pkg/pyinst | |
parent | a8e058aaa3d770f2bc375dbeaa167f3de05c453d (diff) |
[pkg] yet another missing pixelated dependency
by the way, it doesn't make sense to depend on requests having treq.
should send patch.
and I keep commiting directly to the main repo because it's release time :)
thanks for reading this.
Diffstat (limited to 'pkg/pyinst')
-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 53d913eb..3dc4997d 100644 --- a/pkg/pyinst/app.spec +++ b/pkg/pyinst/app.spec @@ -6,7 +6,7 @@ block_cipher = None hiddenimports = [ 'appdirs', 'scrypt', 'zope.interface', 'zope.proxy', - 'pixelated_www', 'pixelated', 'chardet', 'whoosh', + 'pixelated_www', 'pixelated', 'chardet', 'whoosh', 'requests', 'pysqlcipher', 'service_identity', 'leap.common', 'leap.bitmask', 'leap.bitmask.core.logs', |