From 3cb175b58a757eb6746f3e049906b766213ddbb2 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 29 Jun 2015 16:36:29 -0300 Subject: Add needed library. --- createbundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/createbundle.sh b/createbundle.sh index c32e125..adf498a 100755 --- a/createbundle.sh +++ b/createbundle.sh @@ -167,6 +167,7 @@ setup_bundler() { 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 + pip install service_identity # see https://leap.se/code/issues/7136 # 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