Commit 1f5390a6 authored by bsheedy's avatar bsheedy Committed by Commit Bot

Add VR vpython wheels

Adds entrys to .vpython for peakutils and scipy. These are used by the
VR latency test.

Bug: 816641
Change-Id: Ia9a76166c6014cde0bec4fa648fdd270a83089c7
Reviewed-on: https://chromium-review.googlesource.com/940333Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539898}
parent 3268f6c8
...@@ -131,3 +131,30 @@ wheel: < ...@@ -131,3 +131,30 @@ wheel: <
name: "infra/python/wheels/httplib2-py2_py3" name: "infra/python/wheels/httplib2-py2_py3"
version: "version:0.10.3" version: "version:0.10.3"
> >
# Used by:
# chrome/test/vr/perf/latency/run_latency_test.py
wheel: <
name: "infra/python/wheels/peakutils-py2_py3"
version: "version:1.0.3"
match_tag: <
abi: "cp27mu"
platform: "manylinux1_i686"
>
match_tag: <
abi: "cp27mu"
platform: "manylinux1_x86_64"
>
>
wheel: <
name: "infra/python/wheels/scipy/${vpython_platform}"
version: "version:0.19.0"
match_tag: <
abi: "cp27mu"
platform: "manylinux1_i686"
>
match_tag: <
abi: "cp27mu"
platform: "manylinux1_x86_64"
>
>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment