Blacklist setuptools in favor of distribute.

This commit is contained in:
Adam Vandenberg 2010-06-29 15:04:58 -07:00
parent c37294e9d3
commit 63f6cb03df

View File

@ -18,6 +18,14 @@ def check_for_blacklisted_formula names
Mercurial can be install thusly: Mercurial can be install thusly:
brew install pip && pip install mercurial brew install pip && pip install mercurial
EOS EOS
when 'setuptools' then abort <<-EOS.undent
When working with a Homebrew-built Python, distribute is preferred
over setuptools, and can be used as the prequisite for pip.
Install distribute using:
brew install distribute
EOS
end end
end end
end end