aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-29 15:04:58 -0700
committerAdam Vandenberg2010-07-03 21:55:34 -0700
commit63f6cb03df2d5316f7081f846e595f4bf06eb1a5 (patch)
tree776bb7f61a6b9328e351670866e2ea827b863161 /Library
parentc37294e9d322d4e19fce38cb782d1f7e7a574362 (diff)
downloadbrew-63f6cb03df2d5316f7081f846e595f4bf06eb1a5.tar.bz2
Blacklist setuptools in favor of distribute.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.h.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index aaa1fd9e2..41ba4280f 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -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