diff options
| author | Arthur Kalmenson | 2011-04-10 17:15:02 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-11 07:51:36 -0700 |
| commit | 49e31b5bb8cf413200ee632bcc9f28fe9ae19d66 (patch) | |
| tree | b5fd027b82eae3db36d142f1565696fb3b91e424 | |
| parent | bf4d819402137c193fe2545f222d1d58bf310100 (diff) | |
| download | homebrew-49e31b5bb8cf413200ee632bcc9f28fe9ae19d66.tar.bz2 | |
Add pip to blacklist.
Pip was removed in issue 4226.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 46233f535..297aa7cf0 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -32,11 +32,10 @@ def blacklisted? name easy_install mercurial EOS - when 'setuptools' then <<-EOS.undent - When working with a Homebrew-built Python, distribute is preferred over - setuptools, and can be used as the prerequisite for pip: + when 'pip' then <<-EOS.undent + Install pip with easy_install: - brew install distribute + easy_install pip EOS when 'npm' then <<-EOS.undent npm can be installed thusly by following the instructions at |
