Skip to content

Commit

Permalink
Add pyserial to .vpython
Browse files Browse the repository at this point in the history
Adds pyserial 3.4 to the .vpython file. This is currently only used
by the VR motion-to-photon latency test.

Bug: 812428
Change-Id: I56644689177394dfdba727be41bdf792386e0f2e
Reviewed-on: https://chromium-review.googlesource.com/943923
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#540354}
  • Loading branch information
bsheedy authored and Commit Bot committed Mar 2, 2018
1 parent 0a145e0 commit a8a4469
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vpython
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ wheel: <

# Used by:
# third_party/catapult
# chrome/test/vr/perf/latency/run_latency_test.py
#
# This version must be compatible with the version range specified by
# //third_party/catapult/telemetry/telemetry/internal/util/external_modules.py
Expand Down Expand Up @@ -146,6 +147,10 @@ wheel: <
platform: "manylinux1_x86_64"
>
>
wheel: <
name: "infra/python/wheels/pyserial-py2_py3"
version: "version:3.4"
>
wheel: <
name: "infra/python/wheels/scipy/${vpython_platform}"
version: "version:0.19.0"
Expand Down

0 comments on commit a8a4469

Please sign in to comment.