pysolfc: needs gettext in hostmakedepends

This commit is contained in:
Jürgen Buchmüller 2020-01-14 12:20:45 +01:00
parent 9d9de13655
commit c2de2ba769

View file

@ -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 <leah@vuxu.org>"