mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
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 <mbonadei@webrtc.org> Reviewed-by: Oleh Prypin <oprypin@webrtc.org> Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22019}
This commit is contained in:
parent
1373582148
commit
fa4fe647ed
1 changed files with 13 additions and 0 deletions
13
.vpython
13
.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"
|
||||
>
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue