From 4f39b220a0765929fa0d744ce74a8f5125e958c2 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 17 May 2017 21:39:49 +0200 Subject: [pkg] more precise deps --- pkg/build_bundle_with_venv.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg') 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 -- cgit v1.2.3