pysolfc: add python-{six,random2} to depends

This commit is contained in:
Jürgen Buchmüller 2018-01-12 15:32:31 +01:00
parent 43210b5fd8
commit 11ebbd7874

View file

@ -1,13 +1,13 @@
# Template file for 'pysolfc'
pkgname=pysolfc
version=2.1.2
revision=1
revision=2
noarch=yes
wrksrc="PySolFC-${version}"
build_style=python2-module
pycompile_module=pysollib
hostmakedepends="python"
depends="python-tkinter python-pygame"
depends="python-tkinter python-pygame python-six python-random2"
short_desc="A Python solitaire game collection"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="GPL-3"