ansible@2.0: rename python@2 dependency
This commit is contained in:
parent
2d9a72f692
commit
16944e7ddc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class AnsibleAT20 < Formula
|
|||
keg_only :versioned_formula
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "libyaml"
|
||||
depends_on "openssl"
|
||||
|
||||
|
|
Loading…
Reference in a new issue