missing_formula: update for Pillow's removal

Ref: https://github.com/Homebrew/homebrew-core/pull/17341
Ref: https://github.com/Homebrew/homebrew-core/pull/17357
This commit is contained in:
Dominyk Tiller 2017-08-29 04:22:05 +01:00
parent 2a75c6c591
commit c6274b01df
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -31,7 +31,7 @@ module Homebrew
#{Formatter.url("https://pip.readthedocs.io/en/stable/installing/")}
EOS
when "pil" then <<-EOS.undent
Instead of PIL, consider `pip install pillow` or `brew install Homebrew/science/pillow`.
Instead of PIL, consider `pip install pillow`.
EOS
when "macruby" then <<-EOS.undent
MacRuby is not packaged and is on an indefinite development hiatus.