konoha: depend on python instead of :python
This commit is contained in:
parent
687582800e
commit
a6b3398e2c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Konoha < Formula
|
|||
depends_on "json-c"
|
||||
depends_on "sqlite"
|
||||
depends_on "mecab" if MacOS.version >= :mountain_lion
|
||||
depends_on :python if MacOS.version <= :snow_leopard # for python glue code
|
||||
depends_on "python" if MacOS.version <= :snow_leopard # for python glue code
|
||||
|
||||
def install
|
||||
mkdir "build" do
|
||||
|
|
Loading…
Reference in a new issue