16788: add package dependency on nodejs to arvados-cwl-runner.
authorWard Vandewege <ward@curii.com>
Mon, 31 Aug 2020 19:47:51 +0000 (15:47 -0400)
committerWard Vandewege <ward@curii.com>
Mon, 31 Aug 2020 19:47:51 +0000 (15:47 -0400)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

sdk/cwl/fpm-info.sh

index 66176b940b0eff5497cbbf995f78ddb65cf0ae5e..50ebd25ff858dbef9cba4520f125d398d34a1e18 100644 (file)
@@ -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)
         ;;