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>
# 20181206 bkw:
# - Add missing 'six' dependency. Thanks to Carsten Boysen Jensen for
# the bug report. BUILD=2
# 20181013 bkw:
# - Take over maintenance.
# - Update for v2.4.0. Incompatible changes, can't build the old
@ -41,7 +45,7 @@
SRCNAM=PySolFC
PRGNAM=pysolfc
VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CARDSETVER=${CARDSETVER:-2.0}

View File

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