summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpkg/build_bundle_with_venv.sh3
-rw-r--r--pkg/pyinst/app.spec2
2 files changed, 3 insertions, 2 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh
index f4292795..ebf43c8b 100755
--- a/pkg/build_bundle_with_venv.sh
+++ b/pkg/build_bundle_with_venv.sh
@@ -14,7 +14,8 @@ $VIRTUAL_ENV/bin/pip install zope.interface zope.proxy
# fix for #8789
$VIRTUAL_ENV/bin/pip --no-cache-dir install pysqlcipher --install-option="--bundled"
# FIXME pixelated needs some thingd but doesn't declare it
-$VIRTUAL_ENV/bin/pip install chardet whoosh
+# FIXME persuade pixelated to stop using requests in favor of treq
+$VIRTUAL_ENV/bin/pip install chardet whoosh requests
# For the Bitmask 0.9.5 bundles.
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',