6388: CentOS 6 needs Python daemon and llfuse backported.
authorBrett Smith <brett@curoverse.com>
Thu, 25 Jun 2015 19:19:22 +0000 (15:19 -0400)
committerBrett Smith <brett@curoverse.com>
Thu, 25 Jun 2015 19:19:22 +0000 (15:19 -0400)
jenkins/run-build-packages.sh

index 644ebd4d63e61d3ea5d77cb26135e3c9a4362619..0b3fe75a26f647b5d1059a65d4dee8965fd300a6 100755 (executable)
@@ -117,7 +117,8 @@ case "$TARGET" in
             oauth2client pyasn1==0.1.7 pyasn1-modules==0.0.5 \
             rsa uritemplate httplib2 ws4py \
             pykka apache-libcloud requests six pyexecjs jsonschema \
-            ciso8601 pycrypto backports.ssl_match_hostname pycurl)
+            ciso8601 pycrypto backports.ssl_match_hostname pycurl
+            daemon llfuse)
         PYTHON3_BACKPORTS=(docker-py six requests)
         export PYCURL_SSL_LIBRARY=nss
         ;;