mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
pysolfc: needs gettext in hostmakedepends
This commit is contained in:
parent
9d9de13655
commit
c2de2ba769
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ archs="noarch"
|
||||||
wrksrc="PySolFC-${pkgname}-${version}"
|
wrksrc="PySolFC-${pkgname}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module=pysollib
|
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}"
|
depends="pysolfc-cardsets ${hostmakedepends}"
|
||||||
short_desc="Python solitaire game collection"
|
short_desc="Python solitaire game collection"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue