[roll] Roll fuchsia [build] Add build/python/modules to pylance/pyright search paths

Add the //build/python/modules directory to the set of extra paths
which are searched by PyLance (PyRight) to locate modules.  This
IDEs like VSCode to find custom python modules which are runtime are
included in the package python_binary() output via the python_library()
templates.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/612909
Original-Revision: b98c224e3f35f25095c32b92c87decba31841585
GitOrigin-RevId: 6aa9104430d3294559b6b85e5773953369c123ff
Change-Id: I30c3dd1c4f7ec757dbb727100b150e598025babc
1 file changed
tree: e635edd92cce826da85799553a83e2ed61c7d204
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.