aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-05-08 18:22:26 +0100
committerMike McQuaid2014-05-15 20:51:13 +0100
commit4edd5f1a317e220add033a97fff204a83f031cec (patch)
tree724f7e3425d534274408acb3912ffb6beab4238b /Library/Formula
parent1e4d4f5dc25d66cdd3d6015ef673bd13a5f43881 (diff)
downloadhomebrew-4edd5f1a317e220add033a97fff204a83f031cec.tar.bz2
llvm: make python an optional dependency.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/llvm.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index 63086a0c0..99cd3b0a7 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -17,7 +17,7 @@ class Llvm < Formula
option 'rtti', 'Build with C++ RTTI'
option 'disable-assertions', 'Speeds up LLVM, but provides less debug information'
- depends_on :python => :recommended
+ depends_on :python => :optional
keg_only :provided_by_osx