opencv@2: add Python 2 comment

This commit is contained in:
FX Coudert 2018-12-27 22:17:28 +01:00
parent 7903daf993
commit 05fd73fe9e

View file

@ -22,7 +22,7 @@ class OpencvAT2 < Formula
depends_on "libtiff"
depends_on "numpy"
depends_on "openexr"
depends_on "python@2"
depends_on "python@2" # does not support Python 3
def install
jpeg = Formula["jpeg"]