node@4: depend on python instead of :python
This commit is contained in:
parent
f9108bbad1
commit
b6e7189a7b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class NodeAT4 < Formula
|
|||
option "without-completion", "npm bash completion will not be installed"
|
||||
option "with-full-icu", "Build with full-icu (all locales) instead of small-icu (English only)"
|
||||
|
||||
depends_on :python => :build if MacOS.version <= :snow_leopard
|
||||
depends_on "python" => :build if MacOS.version <= :snow_leopard
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl" => :optional
|
||||
|
||||
|
|
Loading…
Reference in a new issue