From c245e4c6426939082732f45a2e18d7134de10bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 25 Jan 2020 17:40:49 +0100 Subject: [PATCH] gajim: needs gettext in hostmakedepends --- srcpkgs/gajim/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index e81015b390..b8a2e3402f 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -4,8 +4,7 @@ version=1.1.3 revision=2 archs=noarch build_style=python3-module -pycompile_module="gajim" -hostmakedepends="python3-setuptools" +hostmakedepends="gettext python3-setuptools" depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools python3-precis-i18n python3-keyring python3-cssutils" short_desc="Full featured Jabber/XMPP client"