From 52b01a5a0a308f05affad9b72e2c1406cb807021 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 21 Aug 2012 14:12:07 -0400 Subject: fixed django requirement in install script --- testsuite/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/install.sh b/testsuite/install.sh index 494a6f0a1..4d25c830c 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -5,7 +5,7 @@ pip install -r testsuite/requirements.txt --use-mirrors if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then - pip install --use-mirrors genshi cheetah django<1.4 M2Crypto + pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto else # python < 2.6 requires M2Crypto for SSL communication, not just # for encryption support -- cgit v1.2.3-1-g7c22