From 2c682f8d5949d094cc6493f738cccfb8ae858d8c Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Wed, 18 Dec 2024 10:11:09 +0100 Subject: [PATCH] Update vpython3 urllib3 version and add brotli. This is to avoid 'brotli' has no attribute 'error' when running tests on Android bots. No-Try: true Bug: b/384862261 Change-Id: I62776cf53765d88a167a76d4675488aa37d8809e Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6097483 Commit-Queue: Jeremy Leconte Reviewed-by: Mirko Bonadei --- .vpython3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vpython3 b/.vpython3 index 28d819e74..8b4b63f03 100644 --- a/.vpython3 +++ b/.vpython3 @@ -184,7 +184,11 @@ wheel: < > wheel: < name: "infra/python/wheels/urllib3-py2_py3" - version: "version:1.24.3" + version: "version:1.26.6" +> +wheel: < + name: "infra/python/wheels/brotli/${vpython_platform}" + version: "version:1.0.9" > wheel: < name: "infra/python/wheels/blessings-py2_py3"