From c806ae3f4647fefdfd3cc619fea8f7f130f09d6e Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Mon, 1 Jan 2018 11:42:21 -0800 Subject: [PATCH] ansible-cmdb: depend on python instead of :python --- Formula/ansible-cmdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/ansible-cmdb.rb b/Formula/ansible-cmdb.rb index f86df6c942..0180a94633 100644 --- a/Formula/ansible-cmdb.rb +++ b/Formula/ansible-cmdb.rb @@ -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