16434: the python3-arvados-cwl-runner packages on Debian 10 and Ubuntu
authorWard Vandewege <ward@jhvc.com>
Fri, 15 May 2020 00:39:13 +0000 (20:39 -0400)
committerWard Vandewege <ward@jhvc.com>
Fri, 15 May 2020 00:39:13 +0000 (20:39 -0400)
18.04 (and later, presumably) have a dependency on the
python3-distutils package.

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@jhvc.com>

sdk/cwl/fpm-info.sh

index 4a32a21e359a4978e0e64482a895a84f8c768195..66176b940b0eff5497cbbf995f78ddb65cf0ae5e 100644 (file)
@@ -6,9 +6,12 @@ case "$TARGET" in
     debian8)
         fpm_depends+=(libgnutls-deb0-28 libcurl3-gnutls)
         ;;
-    debian* | ubuntu*)
+    debian9 | ubuntu1604)
         fpm_depends+=(libcurl3-gnutls)
         ;;
+    debian* | ubuntu*)
+        fpm_depends+=(libcurl3-gnutls python3-distutils)
+        ;;
 esac
 
 fpm_args+=(--conflicts=python-cwltool --conflicts=cwltool)