aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-05-08 14:39:27 +0100
committerMike McQuaid2014-05-08 14:41:52 +0100
commit4bf4ee77fa858bb5e56406504cf86564bd5ece3d (patch)
tree19939f3e7af2c5f6d8eac4a6786cae462d787164 /Library/Formula
parentdbbdb61b560fbaf8620d03cf8dfa0733f610b414 (diff)
downloadhomebrew-4bf4ee77fa858bb5e56406504cf86564bd5ece3d.tar.bz2
boost: make python optional.
Closes #28281.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/boost.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb
index 01e58dbe9..2b68d5d93 100644
--- a/Library/Formula/boost.rb
+++ b/Library/Formula/boost.rb
@@ -36,7 +36,7 @@ class Boost < Formula
option 'with-mpi', 'Build with MPI support'
option :cxx11
- depends_on :python => :recommended
+ depends_on :python => :optional
depends_on UniversalPython if build.universal? and build.with? "python"
if build.with? 'icu'