From 63f6cb03df2d5316f7081f846e595f4bf06eb1a5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 29 Jun 2010 15:04:58 -0700 Subject: [PATCH] Blacklist setuptools in favor of distribute. --- Library/Homebrew/brew.h.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index aaa1fd9e21..41ba4280f3 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