build_virtualenv.sh: install authentic2-2.1.1.12

This commit is contained in:
Thomas NOËL 2014-01-06 15:10:45 +01:00
parent 885a34422d
commit ec96a2d161
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ cd $VE
pip install pip==1.4.1
echo "** install packages"
for p in flup "django<1.6" authentic2
for p in flup http://isos.univnautes.entrouvert.com/authentic2/authentic2-2.1.1.12.ge5caca7.tar.gz
do
pip install "$p"
done