From 4c879e06b9b9b73c2f2fc5e0a8db99cd9c291e53 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 12 Jul 2021 14:32:56 -0500 Subject: [PATCH] #freecad #matplotlib, add note about obsolete pygtk homebrew pkg --- Formula/matplotlib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/matplotlib.rb b/Formula/matplotlib.rb index 10a85243..db150851 100644 --- a/Formula/matplotlib.rb +++ b/Formula/matplotlib.rb @@ -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