aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-03-07 18:07:19 +0000
committerMike McQuaid2014-03-13 10:05:20 +0000
commitd821e0c46c4d371d85f4eac6cdaabb4c88e967fa (patch)
tree58c1759984d991624f34d66272afd509f1ce1d0a /Library
parent138e5acfe039058dc68ab0011beed577839d1483 (diff)
downloadhomebrew-d821e0c46c4d371d85f4eac6cdaabb4c88e967fa.tar.bz2
boost: use new python requirement bottle logic.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/boost.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb
index 01bfc017f..c728e65b9 100644
--- a/Library/Formula/boost.rb
+++ b/Library/Formula/boost.rb
@@ -187,14 +187,6 @@ class Boost < Formula
EOS
end
- if pour_bottle? and Formula['python'].installed?
- s += <<-EOS.undent
-
- The Boost bottle's module will not import into a Homebrew-installed Python.
- If you use the Boost Python module then please:
- brew install boost --build-from-source
- EOS
- end
s
end
end