X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9a44fb9de57a2f44347aecd26928eee03ea3c60c..e63f502086fa0cfd1570b3bb02416abba9186307:/build/run-build-packages.sh diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 0277094d2b..f971e19880 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -150,7 +150,7 @@ case "$TARGET" in ciso8601 pycrypto backports.ssl_match_hostname 'pycurl<7.21.5' \ python-daemon lockfile llfuse==0.41.1 'pbr<1.0' pyyaml \ 'rdflib>=4.2.0' shellescape mistune typing avro requests \ - isodate pyparsing sparqlwrapper html5lib keepalive \ + isodate pyparsing sparqlwrapper html5lib==0.9999999 keepalive \ ruamel.ordereddict) PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client) export PYCURL_SSL_LIBRARY=nss @@ -170,7 +170,7 @@ case "$TARGET" in ciso8601 pycrypto 'pycurl<7.21.5' \ python-daemon llfuse==0.41.1 'pbr<1.0' pyyaml \ 'rdflib>=4.2.0' shellescape mistune typing avro \ - isodate pyparsing sparqlwrapper html5lib keepalive \ + isodate pyparsing sparqlwrapper html5lib==0.9999999 keepalive \ ruamel.ordereddict) PYTHON3_BACKPORTS=(docker-py==1.7.2 six requests websocket-client) export PYCURL_SSL_LIBRARY=nss @@ -459,14 +459,15 @@ fpm_build $WORKSPACE/sdk/cwl "${PYTHON2_PKG_PREFIX}-arvados-cwl-runner" 'Curover # So we build this thing separately. # # Ward, 2016-03-17 -fpm_build schema_salad "" "" python 1.11.20160506154702 +fpm_build schema_salad "" "" python 1.14.20160708181155 # And schema_salad now depends on ruamel-yaml, which apparently has a braindead setup.py that requires special arguments to build (otherwise, it aborts with 'error: you have to install with "pip install ."'). Sigh. # Ward, 2016-05-26 -fpm_build ruamel.yaml "" "" python "" --python-setup-py-arguments "--single-version-externally-managed" +# ...and schema_salad 1.12.20160610104117 doesn't work with ruamel-yaml > 0.11.11. +fpm_build ruamel.yaml "" "" python 0.11.11 --python-setup-py-arguments "--single-version-externally-managed" # And for cwltool we have the same problem as for schema_salad. Ward, 2016-03-17 -fpm_build cwltool "" "" python 1.0.20160519182434 +fpm_build cwltool "" "" python 1.0.20160714182449 # FPM eats the trailing .0 in the python-rdflib-jsonld package when built with 'rdflib-jsonld>=0.3.0'. Force the version. Ward, 2016-03-25 fpm_build rdflib-jsonld "" "" python 0.3.0