rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Warning: Calling 'depends_on :python' is deprecated! #330

Closed jakzale closed 6 years ago

jakzale commented 6 years ago

Got the following warning after updating homebrew to 985202cf:

Warning: Calling 'depends_on :python' is deprecated!
Use 'depends_on "python"' instead.
/usr/local/Homebrew/Library/Taps/rogual/homebrew-neovim-dot-app/neovim-dot-app.rb:14:in `<class:NeovimDotApp>'
Please report this to the rogual/neovim-dot-app tap!
dc-avasilev commented 6 years ago

same

brew --version
Homebrew 1.5.0-24-gace2d56
Homebrew/homebrew-core (git revision 540e; last commit 2018-01-22)
schmty commented 6 years ago

was about to report this as well

rogual commented 6 years ago

Thanks! Fixed.

(It's possible that this may cause further Python issues — Homebrew is using a much newer SCons now. But if it does, we'll fix those too.)