diff options
author | tron <tron> | 2002-01-16 12:45:00 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-16 12:45:00 +0000 |
commit | e037f766112bc762467d9027f5bddec67c6cdac9 (patch) | |
tree | 90a70551f3b72b7eaf56945f680709db2a0f8467 | |
parent | 1ba078952d47b5f40733ca04f6a1d3c0b499d2c5 (diff) | |
download | pkgsrc-e037f766112bc762467d9027f5bddec67c6cdac9.tar.gz |
Remove 2.0 from list of accepted "python" version because this package
conflicts with it.
-rw-r--r-- | time/py-mxDateTime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 7e7d50adbcf..e8c31effc91 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/01/15 18:25:38 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2002/01/16 12:45:00 tron Exp $ # DISTNAME= mxDateTime-1.3.0 @@ -18,7 +18,7 @@ RESTRICTED= No commercial distribution NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -PYTHON_VERSIONS_ACCEPTED= 20 21 # 22 doesn't work +PYTHON_VERSIONS_ACCEPTED= 21 # 20 and 22 doen't work USE_PYPKGPREFIX= yes PY_PATCHPLIST= yes |