From 27169470da05afcf16beb7f0c5684d2b39ffdb35 Mon Sep 17 00:00:00 2001 From: Dan Jacques Date: Fri, 8 Sep 2017 21:38:48 +0000 Subject: [PATCH] Add "opencv" and "numpy" to vpython spec. These packages were identified as optional Catapult packages, along with the existing "psutil" using a codesearch for "ImportOptionalModule". BUG=chromium:762005 TEST=local - Loaded spec on Linux and Mac. Change-Id: I4bb97d6f2251e3cc1db77691ed4c2f27f70b275e Reviewed-on: https://chromium-review.googlesource.com/657959 Reviewed-by: Robbie Iannucci Reviewed-by: Dirk Pranke Commit-Queue: Daniel Jacques Cr-Commit-Position: refs/heads/master@{#500697} --- .vpython | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.vpython b/.vpython index cf74427542e4b6..a16b0355dd94d9 100644 --- a/.vpython +++ b/.vpython @@ -30,3 +30,28 @@ wheel: < name: "infra/python/wheels/psutil/${platform}_${py_python}_${py_abi}" version: "version:5.2.2" > +wheel: < + name: "infra/python/wheels/opencv_python/${platform}_${py_python}_${py_abi}" + version: "version:3.2.0.7" + match_tag: < + platform: "win32" + > + match_tag: < + platform: "win_amd64" + > + match_tag: < + abi: "cp27mu" + platform: "manylinux1_i686" + > + match_tag: < + abi: "cp27mu" + platform: "manylinux1_x86_64" + > + match_tag: < + platform: "macosx_10_6_intel" + > +> +wheel: < + name: "infra/python/wheels/numpy/${platform}_${py_python}_${py_abi}" + version: "version:1.12.1" +>