7356: CentOS 6 needs a Python 3 backport for websocket-client.
authorBrett Smith <brett@curoverse.com>
Wed, 30 Sep 2015 15:11:59 +0000 (11:11 -0400)
committerBrett Smith <brett@curoverse.com>
Wed, 30 Sep 2015 15:11:59 +0000 (11:11 -0400)
Refs #7356.

jenkins/run-build-packages.sh

index a6909df71296fded57d22ae55a6ed6428867e5a7..f813ac1f8d854e0dec71459e99ffc4dbe83e1710 100755 (executable)
@@ -149,7 +149,7 @@ case "$TARGET" in
             pykka requests six pyexecjs jsonschema \
             ciso8601 pycrypto backports.ssl_match_hostname pycurl
             python-daemon lockfile llfuse)
-        PYTHON3_BACKPORTS=(docker-py six requests)
+        PYTHON3_BACKPORTS=(docker-py six requests websocket-client)
         export PYCURL_SSL_LIBRARY=nss
         ;;
     *)