yara: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:37:14 -07:00
parent 575fd71c4e
commit d6c6980ff0

View file

@ -17,7 +17,7 @@ class Yara < Formula
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on "openssl"
depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "python@2"
def install
system "./bootstrap.sh"