summaryrefslogtreecommitdiff
path: root/pkg/pyinst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-06 14:51:28 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-06 14:54:02 +0100
commitb8199de56a17c0bdc7fd9897b18e5936b537e7ae (patch)
tree641c54c26eac177ccdd6376ecc3ced900014f825 /pkg/pyinst
parenta8e058aaa3d770f2bc375dbeaa167f3de05c453d (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.spec2
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',