mapbox/mapbox-cli-py

Homebrew tap: error & fix

Closed this issue · 1 comments

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.

closing after pr merge