node@4: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:42:37 -08:00
parent f9108bbad1
commit b6e7189a7b

View file

@ -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