Skip to content

Commit

Permalink
Merge pull request #181 from ipatch/ipatch.fix.matplotlib
Browse files Browse the repository at this point in the history
#freecad #matplotlib, add note about obsolete pygtk homebrew pkg
  • Loading branch information
vejmarie authored Jul 16, 2021
2 parents 49d1fcf + 4c879e0 commit dc46932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/matplotlib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Matplotlib < Formula
depends_on "ghostscript" => :optional
depends_on "gtk+3" => :optional
depends_on "pygobject3" => requires_py3 if build.with? "gtk+3"
depends_on "pygtk" => :optional
# depends_on "pygtk" => :optional # OBSOLETE
depends_on "pygobject" if build.with? "pygtk"
depends_on "tcl-tk" => :optional

Expand Down

0 comments on commit dc46932

Please sign in to comment.