Skip to content

Commit

Permalink
Install additional wheels for wpt-importer
Browse files Browse the repository at this point in the history
Bug: 1261940
Change-Id: I01da8c77c611a2fcc8dfc73ab728f9b7381e6d6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3237062
Commit-Queue: Weizhong Xia <weizhong@google.com>
Reviewed-by: Brian Ryner <bryner@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/main@{#934618}
  • Loading branch information
WeizhongX authored and Chromium LUCI CQ committed Oct 25, 2021
1 parent 30c0647 commit 5be2620
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion .vpython3
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ wheel: <
>
wheel: <
name: "infra/python/wheels/requests-py2_py3"
version: "version:2.13.0"
version: "version:2.26.0"
>

# Used by various python unit tests.
Expand Down Expand Up @@ -110,6 +110,52 @@ wheel: <
version: "version:2.7.3"
>

# Used by WPT importer
wheel: <
name: "infra/python/wheels/charset_normalizer-py3"
version: "version:2.0.4"
>
wheel: <
name: "infra/python/wheels/pyasn1-py2_py3"
version: "version:0.4.5"
>
wheel: <
name: "infra/python/wheels/pyasn1_modules-py2_py3"
version: "version:0.2.4"
>
wheel: <
name: "infra/python/wheels/rsa-py2_py3"
version: "version:3.4.2"
>
wheel: <
name: "infra/python/wheels/cachetools-py2_py3"
version: "version:2.0.1"
>
wheel: <
name: "infra/python/wheels/uritemplate-py2_py3"
version: "version:3.0.0"
>
wheel: <
name: "infra/python/wheels/google-auth-py2_py3"
version: "version:1.25.0"
>
wheel: <
name: "infra/python/wheels/googleapis-common-protos-py2_py3"
version: "version:1.52.0"
>
wheel: <
name: "infra/python/wheels/google-api-core-py2_py3"
version: "version:1.25.1"
>
wheel: <
name: "infra/python/wheels/google-auth-httplib2-py2_py3"
version: "version:0.1.0"
>
wheel: <
name: "infra/python/wheels/google-api-python-client-py3"
version: "version:2.2.0"
>

# Used by Web Platform Tests (WPT) codebase in
# //third_party/blink/web_tests/external/wpt/tools/
wheel: <
Expand Down

0 comments on commit 5be2620

Please sign in to comment.