From 12cf6dc14d6ee5b19ee5ede7dd53a16a75894544 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Mon, 9 Jan 2017 16:52:18 -0500 Subject: [PATCH] Pin the python-pathlib2 dependency to 2.1.0, because 2.2 introduces more dependencies and we've already got enough of those. No issue # --- build/run-build-packages.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index b50538f3a9..40e3b43822 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -109,7 +109,7 @@ case "$TARGET" in ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \ 'pycurl<7.21.5' pyyaml 'rdflib>=4.2.0' \ shellescape mistune typing avro ruamel.ordereddict - cachecontrol 'pathlib2>=2.1.0') + cachecontrol 'pathlib2==2.1.0') PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client==0.37.0) ;; ubuntu1204) @@ -120,7 +120,7 @@ case "$TARGET" in ciso8601 pycrypto backports.ssl_match_hostname llfuse==0.41.1 \ contextlib2 'pycurl<7.21.5' pyyaml 'rdflib>=4.2.0' \ shellescape mistune typing avro isodate ruamel.ordereddict - cachecontrol requests 'pathlib2>=2.1.0') + cachecontrol requests 'pathlib2==2.1.0') PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client==0.37.0) ;; ubuntu1404) @@ -129,7 +129,7 @@ case "$TARGET" in google-api-python-client==1.4.2 six uritemplate oauth2client==1.5.2 httplib2 \ rsa 'pycurl<7.21.5' backports.ssl_match_hostname pyyaml 'rdflib>=4.2.0' \ shellescape mistune typing avro ruamel.ordereddict - cachecontrol 'pathlib2>=2.1.0') + cachecontrol 'pathlib2==2.1.0') PYTHON3_BACKPORTS=(docker-py==1.7.2 requests websocket-client==0.37.0) ;; centos7) @@ -148,7 +148,7 @@ case "$TARGET" in python-daemon==2.1.1 llfuse==0.41.1 'pbr<1.0' pyyaml contextlib2 \ 'rdflib>=4.2.0' shellescape mistune typing avro \ isodate pyparsing sparqlwrapper html5lib==0.9999999 keepalive \ - ruamel.ordereddict cachecontrol 'pathlib2>=2.1.0') + ruamel.ordereddict cachecontrol 'pathlib2==2.1.0') PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client==0.37.0) export PYCURL_SSL_LIBRARY=nss ;; -- 2.30.2