diff options
author | wiz <wiz> | 2010-11-08 01:05:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-11-08 01:05:25 +0000 |
commit | 59a2ecb08082eeb1216d9138bbcc38094abaed4a (patch) | |
tree | 52145025b709e5053b6bebbfc9bec1968a480fc9 /news/lottanzb | |
parent | 013082d15f1c80efcc7427bd1a2cf6a14158f8b5 (diff) | |
download | pkgsrc-59a2ecb08082eeb1216d9138bbcc38094abaed4a.tar.gz |
Remove 24 from accepted python versions, because the py-kiwi dependency
does not support it. Part 3 of PR 44062 by Aleksey Cheusov.
Diffstat (limited to 'news/lottanzb')
-rw-r--r-- | news/lottanzb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index a46f2d90509..3d709024b6e 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/09/14 11:02:38 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2010/11/08 01:05:25 wiz Exp $ DISTNAME= lottanzb-0.4.0 PKGREVISION= 5 @@ -18,7 +18,7 @@ PYDISTUTILSPKG= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= intltool msgfmt pkg-config -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c6:../../devel/py-setuptools INSTALLATION_DIRS+= ${PYSITELIB} |