3021: Install docutils (unlisted dependency of python-daemon).
authorTom Clegg <tom@curoverse.com>
Tue, 13 Jan 2015 22:08:40 +0000 (17:08 -0500)
committerTom Clegg <tom@curoverse.com>
Tue, 13 Jan 2015 22:08:40 +0000 (17:08 -0500)
jenkins/run-tests.sh

index 6f425f89ff590529e66e52ff9e3580220f4bf448..e27153696befdc567ae6703c5805e99b186e0e9e 100755 (executable)
@@ -327,6 +327,10 @@ fi
 # Needed for run_test_server.py which is used by certain (non-Python) tests.
 pip install PyYAML || fatal "pip install PyYAML failed"
 
+# Needed for python-daemon 2.0.2, which breaks otherwise with
+# "ImportError: No module named docutils.core"
+pip install docutils || fatal "pip install docutils failed"
+
 checkexit() {
     if [[ "$?" != "0" ]]; then
         title "!!!!!! $1 FAILED !!!!!!"