summaryrefslogtreecommitdiff
path: root/createbundle.sh
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-01-29 18:29:16 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-01-29 18:29:16 -0300
commit0485793663a4a690ff7df07813f831ea7643c935 (patch)
tree0b4ffeea637619689462d675b6d75f9b54ce312b /createbundle.sh
parent3fcc3ae5300c8dc5026ac123b7b64b6d49e14952 (diff)
Install pysqlcipher with pip.
Using `python setup.py develop` causes a libc version compatibility issue.
Diffstat (limited to 'createbundle.sh')
-rwxr-xr-xcreatebundle.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/createbundle.sh b/createbundle.sh
index 9cf5b7a..511eb87 100755
--- a/createbundle.sh
+++ b/createbundle.sh
@@ -165,6 +165,7 @@ setup_bundler() {
# 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
+ pip install pysqlcipher
# HACK: this is needed so tuf can verify the downloaded data, if we add
# this to the requirements.pip pycrypto is installed as an egg and the