summaryrefslogtreecommitdiff
path: root/createbundle.sh
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-10-27 17:39:01 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-10-27 17:39:01 -0300
commitbb67f3f2761451dceefc5648f750d61b01fe8daa (patch)
tree9097c2201d7306a7044496c5a41e38247cc8a4e3 /createbundle.sh
parent32d02dafc48028d73c1e969dc481779952cf3fdb (diff)
Install manually troublesome deps.
Diffstat (limited to 'createbundle.sh')
-rwxr-xr-xcreatebundle.sh4
1 files changed, 4 insertions, 0 deletions
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 .