From 8b52ca7aa7965de75410cd784e5dae4cceef59e7 Mon Sep 17 00:00:00 2001 From: Edward Lesmes Date: Fri, 10 Jan 2020 21:48:13 +0000 Subject: [PATCH] gsutil.vpython: Set vpython_version: 2.7 Bug: 1041020 Change-Id: I725a599dcd5dc8b2a18d49bad33b2dbdcfe7ac8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1994428 Auto-Submit: Edward Lesmes Commit-Queue: Robbie Iannucci Reviewed-by: Robbie Iannucci --- gsutil.vpython | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gsutil.vpython b/gsutil.vpython index c379b9590..8a2a38aac 100644 --- a/gsutil.vpython +++ b/gsutil.vpython @@ -11,6 +11,8 @@ # "gsutil", where a stock system-deployed file in "/etc/" explicitly specifies # that the "google_compute_engine" and "boto" Python packages are available. +python_version: "2.7" + wheel < name: "infra/python/wheels/google_compute_engine-py2_py3" version: "version:2.6.2"