Merge pull request #15083 from bayandin/update-missing_formula

missing_formula: update instructions for pil and  gsutil
This commit is contained in:
Mike McQuaid 2023-03-30 08:51:32 +01:00 committed by GitHub
commit d0e74c2b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ module Homebrew
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:
@ -42,7 +42,7 @@ module Homebrew
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: