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/build_bundle_with_venv.sh | |
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/build_bundle_with_venv.sh')
-rwxr-xr-x | pkg/build_bundle_with_venv.sh | 3 |
1 files changed, 2 insertions, 1 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. |