We only build the python3 version of the arvados-cwl-runner package now.
authorWard Vandewege <ward@jhvc.com>
Fri, 15 May 2020 00:30:05 +0000 (20:30 -0400)
committerWard Vandewege <ward@jhvc.com>
Fri, 15 May 2020 00:30:05 +0000 (20:30 -0400)
refs #12409

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

sdk/cwl/fpm-info.sh

index 5c47532db9ac9efa12ff9cc10b4e17b9d8ec9ae1..4a32a21e359a4978e0e64482a895a84f8c768195 100644 (file)
@@ -7,7 +7,7 @@ case "$TARGET" in
         fpm_depends+=(libgnutls-deb0-28 libcurl3-gnutls)
         ;;
     debian* | ubuntu*)
-        fpm_depends+=(libcurl3-gnutls libpython2.7)
+        fpm_depends+=(libcurl3-gnutls)
         ;;
 esac