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.
This commit is contained in:
Jack Nagel 2013-05-18 20:26:36 -05:00
parent 277f3d3c30
commit 3687cbc21b

View File

@ -59,5 +59,8 @@ def blacklisted? name
We won't add sshpass because it makes it too easy for novice SSH users to We won't add sshpass because it makes it too easy for novice SSH users to
ruin SSH's security. ruin SSH's security.
EOS EOS
when 'gsutil' then <<-EOS.undent
Install gsutil with `pip install gsutil`
EOS
end end
end end