saltstack: depend on python instead of :python
This commit is contained in:
parent
2c04ec7bb7
commit
b7b823a204
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Saltstack < Formula
|
|||
end
|
||||
|
||||
depends_on "swig" => :build
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "zeromq"
|
||||
depends_on "libgit2"
|
||||
depends_on "libyaml"
|
||||
|
|
Loading…
Reference in a new issue