16470: Pins the sprocket gem to avoid upgrading to 4.0, that causes issues.
[arvados.git] / apps / workbench / fpm-info.sh
index 48913a14d7fd1929b1ada72fb94cba1ad78be7bf..d6604b7d5150b27fe178ade50a797e869fc7f293 100644 (file)
@@ -4,9 +4,9 @@
 
 case "$TARGET" in
     centos*)
-        fpm_depends+=(git arvados-server)
+        fpm_depends+=(git bison make automake gcc gcc-c++ graphviz)
         ;;
     debian* | ubuntu*)
-        fpm_depends+=(git g++ arvados-server)
+        fpm_depends+=(git g++ bison zlib1g-dev make graphviz)
         ;;
 esac