Homebrew tap: error & fix
JayBrown opened this issue · 1 comments
JayBrown commented
The homebrew tap formula mapbox.rb
now produces an error:
Warning: Calling 'depends_on :python' is deprecated!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/mapbox/homebrew-cli/Formula/mapbox.rb:9:in `<class:Mapbox>'
Please report this to the mapbox/cli tap!
Changing line 9 in the .rb seems to work locally, but it's probably better to update the formula.
JayBrown commented
closing after pr merge