From a8e058aaa3d770f2bc375dbeaa167f3de05c453d Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 6 Mar 2017 10:45:21 +0100 Subject: [pkg] add more pixelated dependencies --- pkg/build_bundle_with_venv.sh | 4 ++-- pkg/pyinst/app.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg') diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 5658a837..f4292795 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -13,8 +13,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 chardet but doesn't declare it -$VIRTUAL_ENV/bin/pip install chardet +# FIXME pixelated needs some thingd but doesn't declare it +$VIRTUAL_ENV/bin/pip install chardet whoosh # For the Bitmask 0.9.5 bundles. diff --git a/pkg/pyinst/app.spec b/pkg/pyinst/app.spec index 90619cfa..53d913eb 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', + 'pixelated_www', 'pixelated', 'chardet', 'whoosh', 'pysqlcipher', 'service_identity', 'leap.common', 'leap.bitmask', 'leap.bitmask.core.logs', -- cgit v1.2.3