15370: Fix flaky test.
[arvados.git] / sdk / cwl / fpm-info.sh
index 66176b940b0eff5497cbbf995f78ddb65cf0ae5e..5c17a2fd14cb2429a52d17cdae1c0a7eb7438fe5 100644 (file)
@@ -2,13 +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)
-        ;;
     debian* | ubuntu*)
         fpm_depends+=(libcurl3-gnutls python3-distutils)
         ;;