node@8: does not support Python 3
This commit is contained in:
parent
39afabbb83
commit
54080c09ee
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class NodeAT8 < Formula
|
||||||
keg_only :versioned_formula
|
keg_only :versioned_formula
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "python@2" => :build
|
depends_on "python@2" => :build # does not support Python 3
|
||||||
depends_on "icu4c"
|
depends_on "icu4c"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue