From: Brett Smith Date: Wed, 30 Sep 2015 15:11:59 +0000 (-0400) Subject: 7356: CentOS 6 needs a Python 3 backport for websocket-client. X-Git-Url: https://git.arvados.org/arvados-dev.git/commitdiff_plain/5a9879c969a110494880301464c80d648fcd560b 7356: CentOS 6 needs a Python 3 backport for websocket-client. Refs #7356. --- diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh index a6909df..f813ac1 100755 --- a/jenkins/run-build-packages.sh +++ b/jenkins/run-build-packages.sh @@ -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 ;; *)