From 0485793663a4a690ff7df07813f831ea7643c935 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 29 Jan 2015 18:29:16 -0300 Subject: Install pysqlcipher with pip. Using `python setup.py develop` causes a libc version compatibility issue. --- createbundle.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3