Skip to content

Commit dc46932

Browse files
authored
Merge pull request #181 from ipatch/ipatch.fix.matplotlib
#freecad #matplotlib, add note about obsolete pygtk homebrew pkg
2 parents 49d1fcf + 4c879e0 commit dc46932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/matplotlib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Matplotlib < Formula
6565
depends_on "ghostscript" => :optional
6666
depends_on "gtk+3" => :optional
6767
depends_on "pygobject3" => requires_py3 if build.with? "gtk+3"
68-
depends_on "pygtk" => :optional
68+
# depends_on "pygtk" => :optional # OBSOLETE
6969
depends_on "pygobject" if build.with? "pygtk"
7070
depends_on "tcl-tk" => :optional
7171

0 commit comments

Comments
 (0)