aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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