gwyddion: depend on python instead of :python

master
ilovezfs 2018-01-01 11:59:06 -08:00
parent 947d0d03a3
commit b2ddee8a85
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class Gwyddion < Formula
depends_on "libxml2"
depends_on "minizip"
depends_on :python => :optional
depends_on "python" => :optional
depends_on "pygtk" if build.with? "python"
depends_on "gtksourceview" if build.with? "python"