From 223253ae2238bced8d32ddc969f19bb0b7bbd631 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 4 Apr 2014 11:55:59 +0100 Subject: node: :python only needed at build time. --- Library/Formula/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 8ed28b697..078d1c788 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -23,7 +23,7 @@ class Node < Formula option 'without-npm', 'npm will not be installed' option 'without-completion', 'npm bash completion will not be installed' - depends_on :python + depends_on :python => :build fails_with :llvm do build 2326 -- cgit v1.2.3