yara: depend on python@2
This commit is contained in:
parent
575fd71c4e
commit
d6c6980ff0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue