ansible-cmdb: depend on python instead of :python
This commit is contained in:
parent
a188e381c7
commit
c806ae3f46
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class AnsibleCmdb < Formula
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
|
||||||
depends_on :python if MacOS.version <= :snow_leopard
|
depends_on "python" if MacOS.version <= :snow_leopard
|
||||||
depends_on "libyaml"
|
depends_on "libyaml"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue