mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
This is a reland of 0faae1c845
Original change's description:
> Use py3 in gitiles recipe module
>
> Recipe-Nontrivial-Roll: build
> Recipe-Nontrivial-Roll: chrome_release
> Recipe-Nontrivial-Roll: chromiumos
> Bug: 1289280
> Change-Id: I182f0e7ad1da58c1c707edd15675f6d30c5faed8
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3438327
> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
> Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com>
> Commit-Queue: Gavin Mak <gavinmak@google.com>
Recipe-Nontrivial-Roll: build
Recipe-Nontrivial-Roll: chrome_release
Recipe-Nontrivial-Roll: chromiumos
Bug: 1289280
Change-Id: I9ba63a7cd4fea99c2043fae546c63ef942c82802
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3445785
Reviewed-by: Aravind Vasudevan <aravindvasudev@google.com>
Commit-Queue: Josip Sokcevic <sokcevic@google.com>
52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
python_version: "3.8"
|
|
|
|
# The default set of platforms vpython checks for does not yet include mac-arm64.
|
|
# Setting `verify_pep425_tag` to the list of platforms we explicitly must support
|
|
# allows us to ensure that vpython specs stay mac-arm64-friendly
|
|
verify_pep425_tag: [
|
|
{python: "cp38", abi: "cp38", platform: "manylinux1_x86_64"},
|
|
{python: "cp38", abi: "cp38", platform: "linux_arm64"},
|
|
|
|
{python: "cp38", abi: "cp38", platform: "macosx_10_10_intel"},
|
|
{python: "cp38", abi: "cp38", platform: "macosx_11_0_arm64"},
|
|
|
|
{python: "cp38", abi: "cp38", platform: "win32"},
|
|
{python: "cp38", abi: "cp38", platform: "win_amd64"}
|
|
]
|
|
|
|
# Used by:
|
|
# auth.py
|
|
# gerrit_util.py
|
|
# git_cl.py
|
|
# my_activity.py
|
|
# TODO(crbug.com/1002153): Add ninjalog_uploader.py
|
|
wheel: <
|
|
name: "infra/python/wheels/httplib2-py3"
|
|
version: "version:0.13.1"
|
|
>
|
|
wheel: <
|
|
name: "infra/python/wheels/six-py2_py3"
|
|
version: "version:1.10.0"
|
|
>
|
|
|
|
# Used by:
|
|
# presubmit_support.py
|
|
wheel: <
|
|
name: "infra/python/wheels/requests-py2_py3"
|
|
version: "version:2.13.0"
|
|
>
|
|
|
|
# Used by:
|
|
# my_activity.py
|
|
wheel: <
|
|
name: "infra/python/wheels/python-dateutil-py2_py3"
|
|
version: "version:2.7.3"
|
|
>
|
|
|
|
# May be required to talk to 3P servers.
|
|
# Fixes https://crbug.com/1255921
|
|
wheel: <
|
|
name: "infra/python/wheels/certifi-py2_py3"
|
|
version: "version:2021.5.30"
|
|
>
|