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

This reverts commit 5986ba07321bca12b320d5852b4ae1f0e5199458.

Reason for revert: We actually don't need this, I was able to get the sdk recipe to work with Python 3 without using vpython (see fxrev.dev/601321).

Original change's description:
> [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-Bug: 77963
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/602926
Original-Revision: 241c32003ec2e55e2567def25aaccfbecb10275a
GitOrigin-RevId: 7aed56bdc1f27003b1088d74b814635175bbfa4a
Change-Id: Id8568b7e0721f2e31e31b77898660b4750478425
1 file changed
tree: 52ab71f3d6c89d5b8de92e96c9ee1927594fbcfa
  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.