summaryrefslogtreecommitdiffstats
path: root/testsuite/before_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/before_install.sh')
-rwxr-xr-xtestsuite/before_install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/before_install.sh b/testsuite/before_install.sh
index e9751dd76..1a68669de 100755
--- a/testsuite/before_install.sh
+++ b/testsuite/before_install.sh
@@ -5,5 +5,6 @@
sudo apt-get update -qq
sudo apt-get install -qq swig pylint
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
- sudo apt-get install -qq python-selinux python-pylibacl
+ sudo apt-get install -qq python-selinux python-pylibacl python-pyinotify \
+ python-yaml yum
fi