From 614f8f17c491dd2d2e9563ae9b339f89bb8e7fce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Tue, 2 Mar 2021 12:22:00 -0300 Subject: [PATCH] fix(compute-images): remove unneeded code MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit refs #17435 & #16611 Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- tools/compute-images/scripts/base.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/compute-images/scripts/base.sh b/tools/compute-images/scripts/base.sh index b6245f963c..eeda573884 100644 --- a/tools/compute-images/scripts/base.sh +++ b/tools/compute-images/scripts/base.sh @@ -60,14 +60,6 @@ wait_for_apt_locks && $SUDO DEBIAN_FRONTEND=noninteractive apt-get -qq --yes ins cryptsetup \ xfsprogs -# See if python3-distutils is installable, and if so install it. This is a -# temporary workaround for an Arvados packaging bug and should be removed once -# Arvados 2.0.4 or 2.1.0 is released, whichever comes first. -# See https://dev.arvados.org/issues/16611 for more information -if apt-cache -qq show python3-distutils >/dev/null 2>&1; then - wait_for_apt_locks && $SUDO DEBIAN_FRONTEND=noninteractive apt-get -qq --yes install python3-distutils -fi - # Install the Arvados packages we need wait_for_apt_locks && $SUDO DEBIAN_FRONTEND=noninteractive apt-get -qq --yes install \ python3-arvados-fuse \ -- 2.30.2