mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
pysolfc: depends on python3-configobj
This commit is contained in:
parent
0d4c5df0d3
commit
23ea253fa0
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'pysolfc'
|
# Template file for 'pysolfc'
|
||||||
pkgname=pysolfc
|
pkgname=pysolfc
|
||||||
version=2.8.0
|
version=2.8.0
|
||||||
revision=1
|
revision=2
|
||||||
archs="noarch"
|
archs="noarch"
|
||||||
wrksrc="PySolFC-${pkgname}-${version}"
|
wrksrc="PySolFC-${pkgname}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="gettext python3-pygame python3-random2 python3-six
|
hostmakedepends="gettext python3-pygame python3-random2 python3-six
|
||||||
python3-tkinter python3-Pillow python3-attrs python3-pysol_cards"
|
python3-tkinter python3-Pillow python3-attrs python3-pysol_cards"
|
||||||
depends="pysolfc-cardsets ${hostmakedepends}"
|
depends="pysolfc-cardsets ${hostmakedepends} python3-configobj"
|
||||||
short_desc="Python solitaire game collection"
|
short_desc="Python solitaire game collection"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue