From: Ward Vandewege Date: Mon, 31 Aug 2020 19:47:51 +0000 (-0400) Subject: 16788: add package dependency on nodejs to arvados-cwl-runner. X-Git-Tag: 2.1.0~95^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/cf16a3c479626c18e408a12c18c5a6ed547f85dc 16788: add package dependency on nodejs to arvados-cwl-runner. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/sdk/cwl/fpm-info.sh b/sdk/cwl/fpm-info.sh index 66176b940b..50ebd25ff8 100644 --- a/sdk/cwl/fpm-info.sh +++ b/sdk/cwl/fpm-info.sh @@ -2,10 +2,9 @@ # # SPDX-License-Identifier: Apache-2.0 +fpm_depends+=(nodejs) + case "$TARGET" in - debian8) - fpm_depends+=(libgnutls-deb0-28 libcurl3-gnutls) - ;; debian9 | ubuntu1604) fpm_depends+=(libcurl3-gnutls) ;;