Skip to content

Commit

Permalink
Add vpython dependencies needed to run presubmit tests on LUCI
Browse files Browse the repository at this point in the history
E.g. tools_webrtc/libs/generate_licenses_test.py needs 'mock', which needs the other libs added here.

This is taken from https://chromium.googlesource.com/chromium/tools/build/+/641bce4223b97154b85554748192e644ab6861e1/.vpython#29

TBR: kwiberg@webrtc.org
No-Try: True
Bug: chromium:749664
Change-Id: I180fc1190d2664c5a82f63857b740334145e7daa
Reviewed-on: https://webrtc-review.googlesource.com/77520
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23294}
  • Loading branch information
oprypin authored and Commit Bot committed May 18, 2018
1 parent 638edfc commit 4639d46
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vpython
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,20 @@ wheel: <
platform: "win_amd64"
>
>

wheel: <
name: "infra/python/wheels/six-py2_py3"
version: "version:1.10.0"
>
wheel: <
name: "infra/python/wheels/pbr-py2_py3"
version: "version:3.0.0"
>
wheel: <
name: "infra/python/wheels/funcsigs-py2_py3"
version: "version:1.0.2"
>
wheel: <
name: "infra/python/wheels/mock-py2_py3"
version: "version:2.0.0"
>

0 comments on commit 4639d46

Please sign in to comment.