From 0f02b2c5eb52cebd918953b9f10689c5c9577d1d Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 28 Oct 2013 09:22:01 -0400 Subject: testsuite: remove duplicate django installation --- testsuite/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/install.sh') diff --git a/testsuite/install.sh b/testsuite/install.sh index 8eecd71d7..3f066b2bc 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -17,7 +17,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then if [[ ${PYVER:0:1} == "2" ]]; then # django supports py3k, but South doesn't, and the django bits # in bcfg2 require South - pip install cheetah 'django<1.5' 'South<0.8' M2Crypto + pip install cheetah 'South<0.8' M2Crypto fi else # python < 2.6 requires M2Crypto for SSL communication, not just -- cgit v1.2.3-1-g7c22