X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/46aadf6a64881e932adb4c54cb1a8c4b22e84d67..686f881614885a6566a566105539934ead80466f:/lib/install/deps.go diff --git a/lib/install/deps.go b/lib/install/deps.go index 27b8d1dc8a..06b07ec6da 100644 --- a/lib/install/deps.go +++ b/lib/install/deps.go @@ -155,16 +155,14 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read "default-jre-headless", "gettext", "libattr1-dev", - "libcrypt-ssleay-perl", "libfuse-dev", + "libgbm1", // cypress / workbench2 tests "libgnutls28-dev", - "libjson-perl", "libpam-dev", "libpcre3-dev", "libpq-dev", "libreadline-dev", "libssl-dev", - "libwww-perl", "libxml2-dev", "libxslt1-dev", "linkchecker", @@ -205,11 +203,11 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read } switch { case osv.Debian && osv.Major >= 11: - pkgs = append(pkgs, "g++", "libcurl4", "libcurl4-openssl-dev", "perl-modules-5.32") + pkgs = append(pkgs, "g++", "libcurl4", "libcurl4-openssl-dev") case osv.Debian && osv.Major >= 10: - pkgs = append(pkgs, "g++", "libcurl4", "libcurl4-openssl-dev", "perl-modules") + pkgs = append(pkgs, "g++", "libcurl4", "libcurl4-openssl-dev") case osv.Debian || osv.Ubuntu: - pkgs = append(pkgs, "g++", "libcurl3", "libcurl3-openssl-dev", "perl-modules") + pkgs = append(pkgs, "g++", "libcurl3", "libcurl3-openssl-dev") case osv.Centos: pkgs = append(pkgs, "gcc", "gcc-c++", "libcurl-devel", "postgresql-devel") }