summaryrefslogtreecommitdiff
path: root/pkg/build_bundle_with_venv.sh
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-05-17 21:39:49 +0200
committerRuben Pollan <meskio@sindominio.net>2017-05-22 12:56:20 +0200
commit4f39b220a0765929fa0d744ce74a8f5125e958c2 (patch)
treecca6da7c71afb3939ec84bec133518993eb1b5d1 /pkg/build_bundle_with_venv.sh
parentca6f399c045d5caa21835f762cde877bf2b80ad6 (diff)
[pkg] more precise deps
Diffstat (limited to 'pkg/build_bundle_with_venv.sh')
-rwxr-xr-xpkg/build_bundle_with_venv.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh
index 450261ab..0d68be58 100755
--- a/pkg/build_bundle_with_venv.sh
+++ b/pkg/build_bundle_with_venv.sh
@@ -43,5 +43,9 @@ $VIRTUAL_ENV/bin/pip install dist/*.whl
# install pixelated from kali dev repo until assets get packaged.
pip install pixelated-www pixelated-user-agent --find-links https://downloads.leap.se/libs/pixelated/
+# Get the bundled libzmq
+$VIRTUAL_ENV/bin/pip uninstall --yes pyzmq
+$VIRTUAL_ENV/bin/pip install pyzmq --install-option="--zmq=bundled"
+
make bundle
make bundle_apps