games/pysolfc: Add missing dep.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-12-06 13:47:24 -05:00 committed by Willy Sudiarto Raharjo
parent 439fd63c25
commit f2dc844c3c
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 2 deletions

View file

@ -24,6 +24,10 @@
# Now maintained by B. Watson <yalhcru@gmail.com> # Now maintained by B. Watson <yalhcru@gmail.com>
# 20181206 bkw:
# - Add missing 'six' dependency. Thanks to Carsten Boysen Jensen for
# the bug report. BUILD=2
# 20181013 bkw: # 20181013 bkw:
# - Take over maintenance. # - Take over maintenance.
# - Update for v2.4.0. Incompatible changes, can't build the old # - Update for v2.4.0. Incompatible changes, can't build the old
@ -41,7 +45,7 @@
SRCNAM=PySolFC SRCNAM=PySolFC
PRGNAM=pysolfc PRGNAM=pysolfc
VERSION=${VERSION:-2.4.0} VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
CARDSETVER=${CARDSETVER:-2.0} CARDSETVER=${CARDSETVER:-2.0}

View file

@ -7,6 +7,6 @@ MD5SUM="43d3a6f82418a9cb7452ab7bc0e1401b \
85c0edeeb0e319d54f9ebcd4165a2077" 85c0edeeb0e319d54f9ebcd4165a2077"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES="six"
MAINTAINER="B. Watson" MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com" EMAIL="yalhcru@gmail.com"