Skip to content

Commit

Permalink
ansible@1.9: depend on python instead of :python
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 1, 2018
1 parent c806ae3 commit 62d5804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ansible@1.9.rb
Expand Up @@ -17,7 +17,7 @@ class AnsibleAT19 < Formula

keg_only :versioned_formula

depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "libyaml"
depends_on "openssl"

Expand Down

0 comments on commit 62d5804

Please sign in to comment.