diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-11-16 21:09:04 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-11-16 21:09:04 +0000 |
commit | dc4a3ccf9a42f3bdaf8ed9e3542749c7266aeae0 (patch) | |
tree | 7ee3ab34f42140d3f5e4945bac207d024d9eb552 /main/gtk-doc/APKBUILD | |
parent | afdb833e04ce6651cfa5d4fb1d5bcf89544369c2 (diff) | |
download | aports-dc4a3ccf9a42f3bdaf8ed9e3542749c7266aeae0.tar.bz2 aports-dc4a3ccf9a42f3bdaf8ed9e3542749c7266aeae0.tar.xz |
main/gtk-doc: remove obsolete py-libxml2 dependency
This package does no longer exist and is apparently not needed.
Diffstat (limited to 'main/gtk-doc/APKBUILD')
-rw-r--r-- | main/gtk-doc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gtk-doc/APKBUILD b/main/gtk-doc/APKBUILD index a4fb279cb2..04a49caf86 100644 --- a/main/gtk-doc/APKBUILD +++ b/main/gtk-doc/APKBUILD @@ -7,7 +7,7 @@ url="https://www.gtk.org/gtk-doc/" arch="noarch" license="GPL-2.0-or-later AND GFDL-1.1-or-later" depends="docbook-xsl python3 py3-six pkgconf glib-dev py3-pygments" -makedepends="rarian-dev py-libxml2 gettext autoconf automake libtool" +makedepends="rarian-dev gettext autoconf automake libtool" checkdepends="bc" source="https://download.gnome.org/sources/gtk-doc/$pkgver/gtk-doc-$pkgver.tar.xz" |