From e47728681e93befcea0ef995daa2151ae3ed41ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 26 Jan 2020 20:43:47 +0100 Subject: [PATCH] ytcc: needs gettext in hostmakedepends --- srcpkgs/ytcc/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template index 50e5e7f77ca..45bc3b29b9c 100644 --- a/srcpkgs/ytcc/template +++ b/srcpkgs/ytcc/template @@ -4,8 +4,7 @@ version=1.8.2 revision=2 archs=noarch build_style=python3-module -pycompile_module="ytcc" -hostmakedepends="python3-setuptools" +hostmakedepends="gettext python3-setuptools" depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl mpv" short_desc="Cmdline tool to track your youtube channels"