From e2a72fa6fcaf2846189339e2b3a6538a24771f17 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 9 Sep 2020 16:30:45 +0200 Subject: [PATCH] Add 'requests' to .vpython. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is needed since after [1], "requests" is imported by result_sink.py but there are no explicit dependencies to configure the sys.path to the requests module. This CL applies the same configuration Chromium has, see [2]. [1] - https://chromium-review.googlesource.com/c/chromium/src/+/2365216 [2] - https://source.chromium.org/chromium/chromium/src/+/master:.vpython;l=285-288;drc=e6df1447adea859ee8161feba5f803903ff55fee TBR=tommi@webrtc.org No-Try: True Bug: chromium:1104245 Change-Id: I76fd8b183907fc923db633017914429d52003d4a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183762 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Reviewed-by: Björn Terelius Cr-Commit-Position: refs/heads/master@{#32059} --- .vpython | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vpython b/.vpython index fb75db51d8..e8dc8e26a1 100644 --- a/.vpython +++ b/.vpython @@ -66,3 +66,7 @@ wheel: < name: "infra/python/wheels/mock-py2_py3" version: "version:2.0.0" > +wheel: < + name: "infra/python/wheels/requests-py2_py3" + version: "version:2.13.0" +>