From 45140d3300d738ffe4fc8308a1173b829af053c2 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 27 Feb 2018 08:37:54 -0800 Subject: [PATCH] gom: rename python dependency update build option from "with-python3" to "with-python" for pygobject3 dependency --- Formula/gom.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/gom.rb b/Formula/gom.rb index 7ce3d19e31..b2d632fea8 100644 --- a/Formula/gom.rb +++ b/Formula/gom.rb @@ -3,7 +3,7 @@ class Gom < Formula homepage "https://wiki.gnome.org/Projects/Gom" url "https://download.gnome.org/sources/gom/0.3/gom-0.3.3.tar.xz" sha256 "ac57e34b5fe273ed306efaeabb346712c264e341502913044a782cdf8c1036d8" - revision 1 + revision 2 bottle do cellar :any @@ -19,8 +19,8 @@ class Gom < Formula depends_on "glib" depends_on "gobject-introspection" depends_on "py3cairo" - depends_on "pygobject3" => "with-python3" - depends_on "python3" + depends_on "pygobject3" => "with-python" + depends_on "python" depends_on "sqlite" def install