gom: rename python dependency
update build option from "with-python3" to "with-python" for pygobject3 dependency
This commit is contained in:
parent
e7f9bf08e1
commit
45140d3300
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue