From eac2c9ebe907f7042cecf4f79b274c1e7b8573d1 Mon Sep 17 00:00:00 2001 From: Weizhong Xia Date: Thu, 8 Jun 2023 23:09:55 +0000 Subject: [PATCH] Add brotli to .vpython3 for depot_tools This is now a required package for requests. Add this also to depot_tools and it fixed the issue in wpt importer. Bug: 1453060 Change-Id: I5bece6f40d738c7e6af2720646965b573c5493e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4602125 Commit-Queue: Weizhong Xia Reviewed-by: Gavin Mak --- .vpython3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vpython3 b/.vpython3 index 36b7acd47..ffff0935a 100644 --- a/.vpython3 +++ b/.vpython3 @@ -47,6 +47,10 @@ wheel: < name: "infra/python/wheels/idna-py2_py3" version: "version:2.8" > +wheel: < + name: "infra/python/wheels/brotli/${vpython_platform}" + version: "version:1.0.9" +> # Used by: # my_activity.py