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)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 8 Jun 2020 18:58:18 +0000 (14:58 -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 5c47532db9ac9efa12ff9cc10b4e17b9d8ec9ae1..977f53da62838df171cf73f2499fcc815b4d1b26 100644 (file)
@@ -9,6 +9,9 @@ case "$TARGET" in
     debian* | ubuntu*)
         fpm_depends+=(libcurl3-gnutls libpython2.7)
         ;;
+    debian* | ubuntu*)
+        fpm_depends+=(libcurl3-gnutls python3-distutils)
+        ;;
 esac
 
 fpm_args+=(--conflicts=python-cwltool --conflicts=cwltool)