From: Ward Vandewege Date: Sun, 22 Nov 2020 13:35:06 +0000 (-0500) Subject: Move the handle_python_package() function from run-library.sh to X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/076d6df6431377b1af8ca94491e3ef7c1f21052a Move the handle_python_package() function from run-library.sh to run-build-packages-python-and-ruby.sh, it is only used in the latter. Update it to call python3 instead of just 'python'. refs #15888 Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/build/run-build-packages-python-and-ruby.sh b/build/run-build-packages-python-and-ruby.sh index f3b7564d71..84da280d78 100755 --- a/build/run-build-packages-python-and-ruby.sh +++ b/build/run-build-packages-python-and-ruby.sh @@ -6,7 +6,6 @@ COLUMNS=80 . `dirname "$(readlink -f "$0")"`/run-library.sh -#. `dirname "$(readlink -f "$0")"`/libcloud-pin.sh read -rd "\000" helpmessage <