From bb67f3f2761451dceefc5648f750d61b01fe8daa Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 27 Oct 2014 17:39:01 -0300 Subject: Install manually troublesome deps. --- createbundle.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'createbundle.sh') diff --git a/createbundle.sh b/createbundle.sh index 90bf53d..4d4dfbe 100755 --- a/createbundle.sh +++ b/createbundle.sh @@ -146,6 +146,10 @@ setup_bundler() { git clone https://github.com/leapcode/bitmask_bundler.git bitmask_bundler.git virtualenv bundler.venv && source bundler.venv/bin/activate + # HACK: install these dependencies manually since they can't be installed normally due not passing some pip checks. + pip install --upgrade pip + pip install --allow-external u1db --allow-unverified u1db --allow-external dirspec --allow-unverified dirspec u1db dirspec + git clone https://github.com/chiiph/protobuf-socket-rpc protobuf-socket-rpc.git cd protobuf-socket-rpc.git python setup.py easy_install -Z . -- cgit v1.2.3