summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-21 14:12:07 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-21 14:12:07 -0400
commit52b01a5a0a308f05affad9b72e2c1406cb807021 (patch)
tree0dadb140c0651ac38e8b25fd3ed6ba00b255f6b9 /testsuite/install.sh
parentbfa749b055983a6a41961ac1f49f1a8284aebc6d (diff)
downloadbcfg2-52b01a5a0a308f05affad9b72e2c1406cb807021.tar.gz
bcfg2-52b01a5a0a308f05affad9b72e2c1406cb807021.tar.bz2
bcfg2-52b01a5a0a308f05affad9b72e2c1406cb807021.zip
fixed django requirement in install script
Diffstat (limited to 'testsuite/install.sh')
-rwxr-xr-xtestsuite/install.sh2
1 files changed, 1 insertions, 1 deletions
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