kubernetes-helm: depend on mercurial instead of :hg
This commit is contained in:
parent
9274511d9d
commit
cc4fd62921
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class KubernetesHelm < Formula
|
|||
sha256 "52383d0994f28405d12c8589b28899a3035d66e8853e46b6917228a0fe664c70" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on :hg => :build
|
||||
depends_on "mercurial" => :build
|
||||
depends_on "go" => :build
|
||||
depends_on "glide" => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue