node@4: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:37:00 -07:00
parent 181371e9e4
commit afe52601d2

View file

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