21363: Remove python3-distutils dependencies
authorBrett Smith <brett.smith@curii.com>
Thu, 6 Jun 2024 14:43:48 +0000 (10:43 -0400)
committerBrett Smith <brett.smith@curii.com>
Thu, 6 Jun 2024 18:38:39 +0000 (14:38 -0400)
These are remnants from before we switched to packaging
virtualenvs. They are long out-of-date, and recent distributions like
Ubuntu 24.04 no longer package distutils.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

sdk/cwl/fpm-info.sh
services/dockercleaner/fpm-info.sh [deleted file]

index 5c17a2fd14cb2429a52d17cdae1c0a7eb7438fe5..1de582226a1023737f4653ed2c68370117526065 100644 (file)
@@ -6,7 +6,7 @@ fpm_depends+=(nodejs)
 
 case "$TARGET" in
     debian* | ubuntu*)
-        fpm_depends+=(libcurl3-gnutls python3-distutils)
+        fpm_depends+=(libcurl3-gnutls)
         ;;
 esac
 
diff --git a/services/dockercleaner/fpm-info.sh b/services/dockercleaner/fpm-info.sh
deleted file mode 100644 (file)
index 3158043..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: Apache-2.0
-
-case "$TARGET" in
-    debian* | ubuntu*)
-        fpm_depends+=(python3-distutils)
-        ;;
-esac