summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-26 09:48:40 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-26 10:05:22 -0400
commitbe0e43af56fbd56dbb3f8d0266503e7b820f2c11 (patch)
treeb80ca99ec4771615c094a805c6bbab0affadd106 /testsuite/install.sh
parent34e5287c4b18ba5bfdbb74b729ceebb2a1f1637e (diff)
downloadbcfg2-be0e43af56fbd56dbb3f8d0266503e7b820f2c11.tar.gz
bcfg2-be0e43af56fbd56dbb3f8d0266503e7b820f2c11.tar.bz2
bcfg2-be0e43af56fbd56dbb3f8d0266503e7b820f2c11.zip
added more optional test prereqs
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 843de0890..9f3c87ad5 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -12,7 +12,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
pip install --use-mirrors 'markdown<2.2'
pip install --use-mirrors simplejson
fi
- pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto PyYAML
+ pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto
else
# python < 2.6 requires M2Crypto for SSL communication, not just
# for encryption support