From 8c56335d9b93ecca13b9a2581c1c0ab544f69762 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 8 Jun 2015 18:01:17 -0300 Subject: Fixes to get the bundler working with the new jsonschema version. --- createbundle.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'createbundle.sh') diff --git a/createbundle.sh b/createbundle.sh index 511eb87..c32e125 100755 --- a/createbundle.sh +++ b/createbundle.sh @@ -166,6 +166,7 @@ setup_bundler() { pip install --upgrade pip pip install --allow-external u1db --allow-unverified u1db --allow-external dirspec --allow-unverified dirspec u1db dirspec pip install pysqlcipher + pip install functools32 # HACK: this dependency is needed by jsonschema and is not automatically gathered # 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