gtk-doc: add missing python dependencies to unbreak usage
This commit is contained in:
parent
b2368f3a96
commit
f0acb2bf20
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'gtk-doc'
|
||||
pkgname=gtk-doc
|
||||
version=1.30
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=gnu-configure
|
||||
pycompile_version="$py3_ver"
|
||||
pycompile_dirs="usr/share/gtk-doc/python/gtkdoc"
|
||||
hostmakedepends="docbook-xml docbook-xsl itstool libxslt pkg-config python3"
|
||||
depends="docbook-xml docbook-xsl libxslt python3"
|
||||
depends="docbook-xml docbook-xsl libxslt python3-anytree
|
||||
python3-Pygments python3-lxml"
|
||||
short_desc="Documentation tool for public library API"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, GFDL-1.1-or-later"
|
||||
|
|
Loading…
Reference in a new issue