boost: use new python requirement bottle logic.

master
Mike McQuaid 2014-03-07 18:07:19 +00:00
parent 9a78113d08
commit fe51e0a4f3
1 changed files with 0 additions and 8 deletions

View File

@ -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