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 | c93a2719e4aced3ee028e49d51a8882117dd63e6 (patch) | |
tree | d81b9952b3b932b7898352f1cfe7f0b6cabcca19 | |
parent | fa7ad3eed2f0ef44245f3eddbe6742db4a24978c (diff) | |
download | pkgsrc-c93a2719e4aced3ee028e49d51a8882117dd63e6.tar.gz |
Python 2.3 comes with the "csv" module, so don't accept python23 and
python23-pth.
-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" |