summaryrefslogtreecommitdiffstats
path: root/testsuite/before_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/before_install.sh')
-rwxr-xr-xtestsuite/before_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/before_install.sh b/testsuite/before_install.sh
index 5f1a59aaf..1c781a218 100755
--- a/testsuite/before_install.sh
+++ b/testsuite/before_install.sh
@@ -8,6 +8,6 @@ sudo apt-get update -qq
sudo apt-get install -qq swig libxml2-utils
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
if [[ ${PYVER:0:1} == "2" ]]; then
- sudo apt-get install -qq python-selinux python-pylibacl yum
+ sudo apt-get install -qq python-selinux python-pylibacl yum python-augeas
fi
fi