From 0f6f4b9fb131462a6db741ca6be71faa50fe964a Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Fri, 12 Nov 2021 13:25:09 +0100 Subject: [PATCH] yelp-tools: add a missing dependency --- srcpkgs/yelp-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yelp-tools/template b/srcpkgs/yelp-tools/template index 96b85428130..4395d70ab31 100644 --- a/srcpkgs/yelp-tools/template +++ b/srcpkgs/yelp-tools/template @@ -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 " license="GPL-2.0-or-later"