Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing_formula: update instructions for pil and gsutil #15083

Merged
merged 1 commit into from Mar 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Library/Homebrew/missing_formula.rb
Expand Up @@ -26,7 +26,7 @@ def disallowed_reason(name)
EOS
when "pil" then <<~EOS
Instead of PIL, consider pillow:
pip2 install pillow
brew install pillow
EOS
when "macruby" then <<~EOS
MacRuby has been discontinued. Consider RubyMotion:
Expand All @@ -42,7 +42,7 @@ def disallowed_reason(name)
EOS
when "gsutil" then <<~EOS
gsutil is available through pip:
pip2 install gsutil
pip3 install gsutil
EOS
when "gfortran" then <<~EOS
GNU Fortran is part of the GCC formula:
Expand Down