node@4: depend on python@2
This commit is contained in:
parent
181371e9e4
commit
afe52601d2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,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@2" => :build if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl" => :optional
|
||||
|
||||
|
|
Loading…
Reference in a new issue