diff options
author | joerg <joerg> | 2006-06-02 18:35:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-02 18:35:53 +0000 |
commit | ac5dd5adf64f8380229d1b73aefa64ba4c535ddc (patch) | |
tree | 17d9258b95a084136058324c02e7758935367b0e /time | |
parent | d016871a397f84e7eee8782d68dbe572881e44e8 (diff) | |
download | pkgsrc-ac5dd5adf64f8380229d1b73aefa64ba4c535ddc.tar.gz |
Doesn't work with distutils in Python 2.0, so mark 2.1+.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-mxDateTime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 5ac5eef8204..f6a152a820e 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/04 21:30:53 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/06/02 18:35:53 joerg Exp $ # DISTNAME= egenix-mx-base-2.0.6 @@ -13,6 +13,7 @@ COMMENT= Python extension that provides types and conversions for dates PYDISTUTILSPKG= yes PYBINMODULE= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |