15730: Add rsync dependency in dev/test env.
[arvados.git] / lib / install / deps.go
index 62b295a1f1dca79b58d6fe4cab0f98c6b9be8b7f..ae9327696e029b4fa432a8fadeccc00f42037771 100644 (file)
@@ -138,7 +138,6 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read
                pkgs = append(pkgs,
                        "dpkg-dev",
                        "eatmydata", // install it for later steps, even if we're not using it now
-                       "rsync",
                )
        }
 
@@ -185,6 +184,7 @@ func (inst *installCommand) RunCommand(prog string, args []string, stdin io.Read
                        "r-cran-markdown",
                        "r-cran-roxygen2",
                        "r-cran-xml",
+                       "rsync",
                        "sudo",
                        "uuid-dev",
                        "wget",