summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-18 01:58:22 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2016-08-18 02:16:41 +0200
commitb041064295a7805df65a5fb19b699f1319a22d66 (patch)
treec8da8cc1a78a0695cd7c608669da028298488892 /testsuite
parentdbfca9c48154047f54f8ce498981ae06b976d7cc (diff)
downloadbcfg2-b041064295a7805df65a5fb19b699f1319a22d66.tar.gz
bcfg2-b041064295a7805df65a5fb19b699f1319a22d66.tar.bz2
bcfg2-b041064295a7805df65a5fb19b699f1319a22d66.zip
testsuite: Add missing optional dependencies
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/install.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index eba870465..d8e5079be 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -14,9 +14,10 @@ if [[ ${PYVER:0:1} == "2" && $PYVER != "2.7" ]]; then
fi
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
- sudo apt-get install -y yum libaugeas0 augeas-lenses libacl1-dev libssl-dev
+ sudo apt-get install -y yum libaugeas0 augeas-lenses libacl1-dev libssl-dev \
+ python-gamin python-selinux
- pip install PyYAML pyinotify boto pylibacl Jinja2 mercurial guppy
+ pip install PyYAML pyinotify boto pylibacl Jinja2 mercurial guppy cherrypy
easy_install https://fedorahosted.org/released/python-augeas/python-augeas-0.4.1.tar.gz
if [[ ${PYVER:0:1} == "2" ]]; then