start.sh: add pyasn1 for support pyOpenSSL in pip

This commit is contained in:
Benjamin Dauvergne 2014-03-18 13:56:41 +01:00
parent 71071a136e
commit b5cbf318b2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,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 pyasn1
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