From 634cc5313c484a37c8a9f3ed228ff5a6f722e77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 6 Jan 2020 15:39:55 +0100 Subject: [PATCH] iso-codes: needs gettext in hostmakedepends --- srcpkgs/iso-codes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/iso-codes/template b/srcpkgs/iso-codes/template index 548fc15aea7..bed00985926 100644 --- a/srcpkgs/iso-codes/template +++ b/srcpkgs/iso-codes/template @@ -4,7 +4,7 @@ version=4.4 revision=1 archs=noarch build_style=gnu-configure -hostmakedepends="python3" +hostmakedepends="gettext python3" short_desc="List of country, language and currency names" maintainer="Orphaned " license="LGPL-2.1-or-later"