15370: Fix flaky test.
[arvados.git] / sdk / cwl / fpm-info.sh
index 4a32a21e359a4978e0e64482a895a84f8c768195..5c17a2fd14cb2429a52d17cdae1c0a7eb7438fe5 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)
+        fpm_depends+=(libcurl3-gnutls python3-distutils)
         ;;
 esac