diff options
author | recht <recht@pkgsrc.org> | 2003-08-17 18:23:49 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-08-17 18:23:49 +0000 |
commit | 9c88a5fcff3715de551fe2b753ebc946785b554b (patch) | |
tree | d81b9952b3b932b7898352f1cfe7f0b6cabcca19 /textproc/py-csv | |
parent | e8b57af3438442611fd6d3fbfddbe093c238e97c (diff) | |
download | pkgsrc-9c88a5fcff3715de551fe2b753ebc946785b554b.tar.gz |
Python 2.3 comes with the "csv" module, so don't accept python23 and
python23-pth.
Diffstat (limited to 'textproc/py-csv')
-rw-r--r-- | textproc/py-csv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-csv/Makefile b/textproc/py-csv/Makefile index ad0613d556a..23749d102dc 100644 --- a/textproc/py-csv/Makefile +++ b/textproc/py-csv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/29 18:21:05 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/17 18:23:49 recht Exp $ # DISTNAME= csv-1.0 @@ -15,5 +15,7 @@ USE_BUILDLINK2= YES PYDISTUTILSPKG= yes PYBINMODULE= yes +PYTHON_VERSIONS_ACCEPTED= 22 22pth 21 21pth 20 + .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |