Files
cdesouza-chromium 2b903bdd8f [toolchain] install_extra_deps.py further fixes (#36864)
This PR does some additional fixes to `install_extra_deps.py`, making it
more stable for use. The main things fixed in this change are:

 * `DEPS` is now parsed as read-only, to avoid any unwanted
   side-effects.
 * `.vpython3` is being introduced `install_extra_deps.py`, as this
   script is expected to be run in place.
 * The script is being renamed to `install_extra_deps.py`, as this is
   more self-descriptive.

The values committed now in the `EXTRA_DEPS` set are valid data.

Bug: https://github.com/brave/brave-browser/issues/55812
2026-06-02 03:09:13 +01:00

16 lines
450 B
Plaintext

# Copyright (c) 2026 The Brave Authors. All rights reserved.
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at https://mozilla.org/MPL/2.0/.
python_version: "3.11"
wheel: <
name: "infra/python/wheels/httplib2-py3"
version: "version:0.22.0"
>
wheel: <
name: "infra/python/wheels/pyparsing-py3"
version: "version:3.2.0"
>