From 104fba307e3635dc6a6e6942c456c542694eca54 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 24 Feb 2014 23:51:18 +0100 Subject: [PATCH] pyOpenSSL 0.13 is ok --- jenkins.sh | 2 +- start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins.sh b/jenkins.sh index cac2058..33c4283 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -2,7 +2,7 @@ pip install --upgrade setuptools pip install --upgrade pip pip install --upgrade pylint -pip install --upgrade pyOpenSSL\<0.13 ndg-httpsclient requests pyasn1 +pip install --upgrade pyOpenSSL==0.13 ndg-httpsclient requests pyasn1 sed -i 's/^MAX = 64/MAX = 200/' $VIRTUAL_ENV/lib/python*/site-packages/ndg/httpsclient/subj_alt_name.py pip install --upgrade -r requirements.txt diff --git a/start.sh b/start.sh index 0e2c78e..cb0e528 100755 --- a/start.sh +++ b/start.sh @@ -14,7 +14,7 @@ if [ "$VIRTUAL_ENV" = "" ]; then fi pip install --upgrade setuptools pip install --upgrade pip -pip install --upgrade pyOpenSSL\<0.13 ndg-httpsclient requests +pip install --upgrade pyOpenSSL==0.13 ndg-httpsclient requests sed -i 's/^MAX = 64/MAX = 200/' $VENV/lib/python*/site-packages/ndg/httpsclient/subj_alt_name.py pip install --upgrade --process-dependency-links -r requirements.txt if [ ! -f $PROJECT.db ]; then