aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-04-04 11:55:59 +0100
committerMike McQuaid2014-04-04 11:55:59 +0100
commit223253ae2238bced8d32ddc969f19bb0b7bbd631 (patch)
treef69eef77c341335759efdef42cf662137a6d8ea2 /Library/Formula
parente9c0937052fb5651423246dca7a4ef6e6779faf9 (diff)
downloadhomebrew-223253ae2238bced8d32ddc969f19bb0b7bbd631.tar.bz2
node: :python only needed at build time.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/node.rb2
1 files changed, 1 insertions, 1 deletions
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