[roll] Roll fuchsia [build] Add vpython3 to tool_paths.json

So the sdk recipe can use vpython for invoking SDK scripts. I was hoping
to be able to stop using vpython entirely, but that causes some
breakages on Mac, so instead I'm going to just make sure that the recipe
uses the versions of vpython3 and python3 that are included in the
checkout.

Original-Bug: 77963
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/601202
Original-Revision: 5986ba07321bca12b320d5852b4ae1f0e5199458
GitOrigin-RevId: dde201cf94587128cfc857fa1328f13854865532
Change-Id: If2f5e94ebc8d4b70af489bb6710c09c023ceb3c1
1 file changed
tree: b3e5534f48c006e481172c8148805a3472dbc6ce
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.