yelp-tools: add a missing dependency

This commit is contained in:
Michal Vasilek 2021-11-12 13:25:09 +01:00
parent cd7c5cead1
commit 0f6f4b9fb1

View file

@ -1,11 +1,11 @@
# Template file for 'yelp-tools'
pkgname=yelp-tools
version=40.0
revision=1
revision=2
build_style=meson
hostmakedepends="pkg-config itstool libxslt python3-lxml"
makedepends="yelp-xsl"
depends="itstool libxslt yelp-xsl"
depends="itstool libxslt yelp-xsl python3-lxml"
short_desc="Tools for creating Yelp documentation"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"