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
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "libyaml"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue