put compiled back in but comment out M2Crypto

This commit is contained in:
Andy McKay 2012-09-18 13:57:19 -07:00
Родитель 8fbf92dd94
Коммит 86eb83413a
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,8 @@ lxml==2.2.6
PIL==1.1.7
# For JWT to sign App receipts:
M2Crypto==0.20.2
# Temporary.
#M2Crypto==0.20.2
# For the addon validator, including C speedups.
simplejson==2.3.2

Просмотреть файл

@ -34,7 +34,7 @@ fi
source $VENV/bin/activate
pip install -U --exists-action=w --no-deps -q -r requirements/test.txt
pip install -U --exists-action=w --no-deps -q -r requirements/compiled.txt -r requirements/test.txt
# Create paths we want for addons
if [ ! -d "/tmp/warez" ]; then