Merge branch '21225-project-panel-tabs' into main. Closes #21225
[arvados.git] / sdk / cwl / fpm-info.sh
index 4a32a21e359a4978e0e64482a895a84f8c768195..1de582226a1023737f4653ed2c68370117526065 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)
-        ;;
     debian* | ubuntu*)
         fpm_depends+=(libcurl3-gnutls)
         ;;