mcs07 / homebrew-cheminformatics

Cheminformatics formulae for the Homebrew package manager
20 stars 5 forks source link

Depreciated calls in Homebrew 1.5.10 #26

Closed chemdg closed 6 years ago

chemdg commented 6 years ago

Hi, I'm receiving some warnings in homebrew about depreciated calls during brew update

Warning: Calling 'depends_on :python' is deprecated! Use 'depends_on "python@2"' instead. /usr/local/Homebrew/Library/Taps/mcs07/homebrew-cheminformatics/Formula/indigo.rb:21:in `' Please report this to the mcs07/cheminformatics tap!

Warning: Calling 'depends_on :python3' is deprecated! Use 'depends_on "python"' instead. /usr/local/Homebrew/Library/Taps/mcs07/homebrew-cheminformatics/Formula/open-babel.rb:18:in `' Please report this to the mcs07/cheminformatics tap!

Warning: Calling 'depends_on :postgresql' is deprecated! Use 'depends_on "postgresql"' instead. /usr/local/Homebrew/Library/Taps/mcs07/homebrew-cheminformatics/Formula/rdkit.rb:32:in `' Please report this to the mcs07/cheminformatics tap!

I think it has to do with some changes to the way homebrew handles the different python versions now.

Any help would be appreciated and let me know if you need any more information from me.

-David

mcs07 commented 6 years ago

These should all be resolved, thanks for the heads up.