[ARVADOS] updated: 2.0.3-19-g9b6a214f4

Git user git at public.arvados.org
Mon Aug 17 19:20:25 UTC 2020


Summary of changes:
 sdk/cwl/fpm-info.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  9b6a214f4feb90845640bce53efa34d544c701e9 (commit)
      from  c610ee2ac5bdcdcbc2f460584f94cdb8948689b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9b6a214f4feb90845640bce53efa34d544c701e9
Author: Ward Vandewege <ward at curii.com>
Date:   Mon Aug 17 15:18:53 2020 -0400

    16434: fix packaging bug for python3-arvados-cwl-runner, for real.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/sdk/cwl/fpm-info.sh b/sdk/cwl/fpm-info.sh
index 977f53da6..569dfd216 100644
--- a/sdk/cwl/fpm-info.sh
+++ b/sdk/cwl/fpm-info.sh
@@ -6,11 +6,11 @@ case "$TARGET" in
     debian8)
         fpm_depends+=(libgnutls-deb0-28 libcurl3-gnutls)
         ;;
-    debian* | ubuntu*)
+    debian9 | ubuntu1604)
         fpm_depends+=(libcurl3-gnutls libpython2.7)
         ;;
     debian* | ubuntu*)
-        fpm_depends+=(libcurl3-gnutls python3-distutils)
+        fpm_depends+=(libcurl3-gnutls libpython2.7 python3-distutils)
         ;;
 esac
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list