From b041064295a7805df65a5fb19b699f1319a22d66 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 18 Aug 2016 01:58:22 +0200 Subject: testsuite: Add missing optional dependencies --- testsuite/install.sh | 5 +++-- 1 file 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 -- cgit v1.2.3-1-g7c22