X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d1757cb278f370eabc16fc0314afe01a3f932656..4d0bfd26812595cde3416768889bf644df65036f:/build/run-library.sh diff --git a/build/run-library.sh b/build/run-library.sh index 1aa3e3cfd1..bb789eabfe 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -435,8 +435,8 @@ fpm_build_virtualenv () { rm -rf dist/* - # Get the latest setuptools - if ! $pip install $DASHQ_UNLESS_DEBUG $CACHE_FLAG -U setuptools; then + # Get setuptools, but <44 because >=44 doesn't support python 3.4 + if ! $pip install $DASHQ_UNLESS_DEBUG $CACHE_FLAG -U 'setuptools<44'; then echo "Error, unable to upgrade setuptools with" echo " $pip install $DASHQ_UNLESS_DEBUG $CACHE_FLAG -U setuptools" exit 1