opencv@2: depend on python@2
This commit is contained in:
parent
6f752ef6d6
commit
60f868af22
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class OpencvAT2 < Formula
|
|||
depends_on "libpng"
|
||||
depends_on "libtiff"
|
||||
depends_on "openexr"
|
||||
depends_on "python@2" => :recommended if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" => :recommended
|
||||
depends_on "numpy" if build.with? "python@2"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue