summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-26 14:40:06 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-26 14:40:06 -0400
commitaaba827108daede76bcb0968f0e094cc041d95d3 (patch)
tree24647e4ec6da01d9913fd14b0062cb3e4a96c000 /testsuite/install.sh
parent0bf89e137796811478575455c6bcbb008bec71f8 (diff)
downloadbcfg2-aaba827108daede76bcb0968f0e094cc041d95d3.tar.gz
bcfg2-aaba827108daede76bcb0968f0e094cc041d95d3.tar.bz2
bcfg2-aaba827108daede76bcb0968f0e094cc041d95d3.zip
testsuite: install boto with optional dependencies
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 1ca89f40f..c4a1bb192 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -7,7 +7,7 @@ pip install -r testsuite/requirements.txt --use-mirrors
PYVER=$(python -c 'import sys;print(".".join(str(v) for v in sys.version_info[0:2]))')
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
- pip install --use-mirrors genshi PyYAML pyinotify
+ pip install --use-mirrors genshi PyYAML pyinotify boto
if [[ $PYVER == "2.5" ]]; then
# markdown 2.2+ doesn't work on py2.5
pip install --use-mirrors simplejson 'markdown<2.2'