diff options
| author | Mike McQuaid | 2014-04-04 11:55:59 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-04-04 11:55:59 +0100 |
| commit | 223253ae2238bced8d32ddc969f19bb0b7bbd631 (patch) | |
| tree | f69eef77c341335759efdef42cf662137a6d8ea2 /Library/Formula | |
| parent | e9c0937052fb5651423246dca7a4ef6e6779faf9 (diff) | |
| download | homebrew-223253ae2238bced8d32ddc969f19bb0b7bbd631.tar.bz2 | |
node: :python only needed at build time.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/node.rb | 2 |
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 |
