From c2de2ba7694c1dfeb9cf360ba59040da8e386391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 14 Jan 2020 12:20:45 +0100 Subject: [PATCH] pysolfc: needs gettext in hostmakedepends --- srcpkgs/pysolfc/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template index 1631e9619d3..e164fe68cc8 100644 --- a/srcpkgs/pysolfc/template +++ b/srcpkgs/pysolfc/template @@ -6,7 +6,8 @@ archs="noarch" wrksrc="PySolFC-${pkgname}-${version}" build_style=python3-module pycompile_module=pysollib -hostmakedepends="python3-pygame python3-random2 python3-six python3-tkinter python3-Pillow" +hostmakedepends="gettext python3-pygame python3-random2 python3-six + python3-tkinter python3-Pillow" depends="pysolfc-cardsets ${hostmakedepends}" short_desc="Python solitaire game collection" maintainer="Leah Neukirchen "