xdot: update formula after pygobject3 changes
Closes #25631. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
13b2123e15
commit
2f3ec229d4
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ class Xdot < Formula
|
|||
homepage "https://github.com/jrfonseca/xdot.py"
|
||||
url "https://files.pythonhosted.org/packages/75/d3/89151e5c24f59ac5577368651f9d2a5db3cdd870e8f96896e505cb876187/xdot-0.9.tar.gz"
|
||||
sha256 "a33701664ecfefe7c7313a120a587e87334f3a566409bc451538fcde5edd6907"
|
||||
revision 1
|
||||
revision 2
|
||||
head "https://github.com/jrfonseca/xdot.py.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,7 +15,7 @@ class Xdot < Formula
|
|||
|
||||
depends_on "gtk+3"
|
||||
depends_on "py3cairo"
|
||||
depends_on "pygobject3" => "with-python"
|
||||
depends_on "pygobject3"
|
||||
depends_on "python"
|
||||
|
||||
resource "graphviz" do
|
||||
|
|
Loading…
Reference in a new issue