From ac2975a5c502ee712e30c8bfbe85ccdd5cac2d50 Mon Sep 17 00:00:00 2001 From: teldra Date: Thu, 7 Nov 2019 22:32:54 +0100 Subject: [PATCH] grep: add python3-lxml dependency --- srcpkgs/greg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template index 9c15ba82f4b..f19c999e0d4 100644 --- a/srcpkgs/greg/template +++ b/srcpkgs/greg/template @@ -6,7 +6,7 @@ archs=noarch build_style=python3-module pycompile_module="greg" hostmakedepends="python3-setuptools" -depends="python3-feedparser python3-setuptools" +depends="python3-feedparser python3-setuptools python3-lxml" short_desc="Command-line podcast aggregator" maintainer="Georg Schabel " license="GPL-3"