ansible-cmdb: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:21 -08:00
parent a188e381c7
commit c806ae3f46

View file

@ -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