[ARVADOS] created: 1.3.0-3127-g94a747952

Git user git at public.arvados.org
Thu Sep 10 19:09:26 UTC 2020


        at  94a7479527652cd513a35f75e1da1798d9fdc213 (commit)


commit 94a7479527652cd513a35f75e1da1798d9fdc213
Author: Ward Vandewege <ward at curii.com>
Date:   Thu Sep 10 14:58:26 2020 -0400

    15888: update `arvados-server install -type test` for the new
           python3-only world in run-tests.sh
    
    We're still pulling in all of python2 because of the dependency on the
    linkchecker and python-epydoc, though.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/lib/install/deps.go b/lib/install/deps.go
index ba57c20c3..8f5762b8d 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -104,7 +104,7 @@ func (installCommand) RunCommand(prog string, args []string, stdin io.Reader, st
 			"ca-certificates",
 			"cadaver",
 			"curl",
-			"cython",
+			"cython3",
 			"daemontools", // lib/boot uses setuidgid to drop privileges when running as root
 			"default-jdk-headless",
 			"default-jre-headless",
@@ -127,7 +127,6 @@ func (installCommand) RunCommand(prog string, args []string, stdin io.Reader, st
 			"libpam-dev",
 			"libpcre3-dev",
 			"libpq-dev",
-			"libpython2.7-dev",
 			"libreadline-dev",
 			"libssl-dev",
 			"libwww-perl",
@@ -142,13 +141,13 @@ func (installCommand) RunCommand(prog string, args []string, stdin io.Reader, st
 			"pkg-config",
 			"postgresql",
 			"postgresql-contrib",
-			"python",
 			"python3-dev",
 			"python-epydoc",
 			"r-base",
 			"r-cran-testthat",
 			"sudo",
-			"virtualenv",
+			"python3-virtualenv",
+			"python3-venv",
 			"wget",
 			"xvfb",
 			"zlib1g-dev",

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list