From 3687cbc21b9e1dce470866eca4ab36b34e17b261 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 18 May 2013 20:26:36 -0500 Subject: [PATCH] Remove gsutil This is now available from PyPI, and the github tarball does not contain all of the necessary dependencies, so remove it and recommend "pip install gsutil". Closes Homebrew/homebrew#19874. Closes Homebrew/homebrew#19895. --- Library/Homebrew/blacklist.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 5d9a3dc33e..e3077c59a3 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -59,5 +59,8 @@ def blacklisted? name We won't add sshpass because it makes it too easy for novice SSH users to ruin SSH's security. EOS + when 'gsutil' then <<-EOS.undent + Install gsutil with `pip install gsutil` + EOS end end