From cac3cd6e4c8dfc35ef870903ea0cb5fae547639a Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Jun 2006 23:31:33 +0000 Subject: Dependency (mxDateTime) doesn't exist for Python 2.0. --- databases/py-PgSQL/Makefile | 3 ++- databases/py-sqlite/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'databases') diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile index 95967c10448..73427549821 100644 --- a/databases/py-PgSQL/Makefile +++ b/databases/py-PgSQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:08:35 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/02 23:31:33 joerg Exp $ # DISTNAME= pyPgSQL-2.4 @@ -15,6 +15,7 @@ WRKSRC= ${WRKDIR}/pypgsql PYDISTUTILSPKG= YES PYBINMODULE= YES PY_PATCHPLIST= YES +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile index c69d84fe8b4..66ad4c45192 100644 --- a/databases/py-sqlite/Makefile +++ b/databases/py-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:08:36 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/02 23:32:10 joerg Exp $ DISTNAME= pysqlite-1.0.1 PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1 @@ -12,6 +12,7 @@ COMMENT= SQLite database adapter for Python PYDISTUTILSPKG= yes PY_PATCHPLIST= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 WRKSRC= ${WRKDIR}/pysqlite .include "../../databases/sqlite/buildlink3.mk" -- cgit v1.2.3