Update gsutil to use gsutil version 4.61, python3.
This CL updates the gsutil.py wrapper to download and use v4.61 of GCP's gsutil, which is Python3-compatible. v4.61 appears to be fully self-contained and have all of the packages it needs vendored into it. So, there's no reason to use vpython anymore, and this CL removes that. Also, this CL removes the 'fallback' option to gsutil and the ability to force a version switch, as this should no longer be necessary (it was added for a migration back in 2014 but apparently this code was never removed afterwards). This CL also updates download_from_google_storage.py and upload_to_google_storage.py to similarly not have the version flags and to just use regular python3, not vpython3. Bug: 1184108 Change-Id: I0d1a8351dba2d3ad1f927afa333fb10959f19443 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2898439Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com>
Showing
gsutil.vpython
deleted
100644 → 0
Please
register
or
sign in
to comment