diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-08 01:05:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-08 01:05:25 +0000 |
commit | cffeef9513af812d51502af47a9aebf965f8dd3c (patch) | |
tree | 52145025b709e5053b6bebbfc9bec1968a480fc9 /news | |
parent | 74932b9bf80f7b8cca506d70b0e480bf922dacaf (diff) | |
download | pkgsrc-cffeef9513af812d51502af47a9aebf965f8dd3c.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')
-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} |