[roll] Roll infra/recipes [python] Remove some runtime dependencies on python 2

Python 2 will be completely removed from Swarming bots on 2023-04-30, so
recipes should not depend on `vpython` or `python` (both of which use
Python 2) from being on $PATH.

The largest remaining use of Python 2 was the gsutil module, which
explicitly invoked gsutil using the vpython binary. The gsutil CIPD
package actually has vendored versions of all of its dependencies, so we
don't even need to use vpython and can invoke the gsutil binary
directly.

Original-Bug: 89307
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/794582
Original-Revision: 905003116472b9cd8b991ad28cb3c9d4e6786a21
GitOrigin-RevId: 4f32bed1d8c11e08876dea5c0359d9285355a64c
Change-Id: I99309df1f1560ecdbd8bb07dca89f06572f18817
1 file changed
tree: a7ba5a492f0fa945ed8584c1641a78a87eef1599
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.