Merge branch '21225-project-panel-tabs' into main. Closes #21225
[arvados.git] / sdk / cwl / fpm-info.sh
index 50ebd25ff858dbef9cba4520f125d398d34a1e18..1de582226a1023737f4653ed2c68370117526065 100644 (file)
@@ -5,11 +5,8 @@
 fpm_depends+=(nodejs)
 
 case "$TARGET" in
-    debian9 | ubuntu1604)
-        fpm_depends+=(libcurl3-gnutls)
-        ;;
     debian* | ubuntu*)
-        fpm_depends+=(libcurl3-gnutls python3-distutils)
+        fpm_depends+=(libcurl3-gnutls)
         ;;
 esac