put compiled back in but comment out M2Crypto
This commit is contained in:
Родитель
8fbf92dd94
Коммит
86eb83413a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче