gnome-doc-utils: update libxml2 dependency

This commit is contained in:
Dominyk Tiller 2017-05-29 02:41:36 +01:00 committed by ilovezfs
parent a0e41c560f
commit ba9abc0c9e

View file

@ -17,7 +17,7 @@ class GnomeDocUtils < Formula
depends_on :python
depends_on "docbook"
depends_on "gettext"
depends_on "libxml2" => "with-python"
depends_on "libxml2"
def install
# Find our docbook catalog
@ -32,4 +32,8 @@ class GnomeDocUtils < Formula
system "make"
system "make", "install"
end
test do
assert_match version.to_s, shell_output("#{bin}/gnome-doc-tool --version")
end
end