From fa4fe647ed45b5b03d07b44e936160eb53668ad4 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Wed, 14 Feb 2018 12:22:07 +0100 Subject: [PATCH] vpython: Specify dependency on pywin32 TBR: phoglund@webrtc.org No-Try: True Bug: chromium:749668 Change-Id: Ifb3398d67b57caf0bb34e01b8de06c26a08a4aee Reviewed-on: https://webrtc-review.googlesource.com/53140 Reviewed-by: Mirko Bonadei Reviewed-by: Oleh Prypin Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#22019} --- .vpython | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.vpython b/.vpython index cf74427542..ea4c93ef65 100644 --- a/.vpython +++ b/.vpython @@ -30,3 +30,16 @@ wheel: < name: "infra/python/wheels/psutil/${platform}_${py_python}_${py_abi}" version: "version:5.2.2" > + +# Used by: +# build/toolchain/win +wheel: < + name: "infra/python/wheels/pypiwin32/${vpython_platform}" + version: "version:219" + match_tag: < + platform: "win32" + > + match_tag: < + platform: "win_amd64" + > +>