Merge branch '21225-project-panel-tabs' into main. Closes #21225
[arvados.git] / sdk / cwl / fpm-info.sh
index 5c47532db9ac9efa12ff9cc10b4e17b9d8ec9ae1..1de582226a1023737f4653ed2c68370117526065 100644 (file)
@@ -2,12 +2,11 @@
 #
 # 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 libpython2.7)
+        fpm_depends+=(libcurl3-gnutls)
         ;;
 esac