Blacklist setuptools in favor of distribute.
This commit is contained in:
parent
c37294e9d3
commit
63f6cb03df
@ -18,6 +18,14 @@ def check_for_blacklisted_formula names
|
||||
Mercurial can be install thusly:
|
||||
brew install pip && pip install mercurial
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user