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-Tag: 2.1.2~60 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/df6a469478a5f102e16682d0ab1d5f7dce67aaf3?hp=71f347ddc27c9bb398ef826ff610bc14cd200ce7 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 <