X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c6e1f628cc07731cd5fdee991fbd49564dab44b7..98c6c6990061c546b9995ad70766589499fb4844:/build/run-build-packages.sh diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index fdb695442e..497545dfac 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -486,6 +486,9 @@ if [[ "$?" == "0" ]]; then fpm_build $WORKSPACE/tools/crunchstat-summary ${PYTHON2_PKG_PREFIX}-crunchstat-summary 'Curoverse, Inc.' 'python' "$crunchstat_summary_version" "--url=https://arvados.org" "--description=Crunchstat-summary reads Arvados Crunch log files and summarize resource usage" --iteration "$iteration" fi +## if libcloud becomes our own fork see +## https://dev.arvados.org/issues/12268#note-27 + # Python 2 dependencies declare -a PIP_DOWNLOAD_SWITCHES=(--no-deps) # Add --no-use-wheel if this pip knows it.