summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/before_install.sh3
-rwxr-xr-xtestsuite/install.sh2
2 files changed, 3 insertions, 2 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
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 843de0890..9f3c87ad5 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -12,7 +12,7 @@ if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
pip install --use-mirrors 'markdown<2.2'
pip install --use-mirrors simplejson
fi
- pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto PyYAML
+ pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto
else
# python < 2.6 requires M2Crypto for SSL communication, not just
# for encryption support