From 633a9830a9fce875d277b248c6e6fb14d72e8183 Mon Sep 17 00:00:00 2001 From: Dan Jacques Date: Sun, 8 Oct 2017 08:06:43 -0400 Subject: [PATCH] [gsutil.vpython] Update packages. Update "google-compute-engine" and "boto" package versions. Newer "gsutil" versions expect a newer "google-compute-engine" package version, and fail with an ImportError on "constants.py". BUG=None TEST=prod - ssh into failing bot, ran with current "gsutil.vpython", reproduced. - ssh into failing bot, ran with new "gsutil.vpython", fixed. - ssh into old GCE image, ran with new "gsutil.vpython", works. Change-Id: Ied277b6dc1cda4bc46cc9d58a633620c055e9d7c Reviewed-on: https://chromium-review.googlesource.com/706807 Reviewed-by: Nodir Turakulov Commit-Queue: Daniel Jacques --- gsutil.vpython | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gsutil.vpython b/gsutil.vpython index caadd5cf1..8de5cabd2 100644 --- a/gsutil.vpython +++ b/gsutil.vpython @@ -13,11 +13,11 @@ wheel < name: "infra/python/wheels/google_compute_engine-py2_py3" - version: "version:2.3.7" + version: "version:2.6.2" > wheel < name: "infra/python/wheels/boto-py2_py3" - version: "version:2.47.0" + version: "version:2.48.0" > # "gsutil" on non-GCE can require PyOpenSSL, which, in turn, requires