diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-14 13:39:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-14 13:39:17 +0000 |
commit | 809fa1f13fd6594fe8a39e654291e9d8d303689c (patch) | |
tree | 4b94276702f709821c86138ec8252cd029f4e831 /databases/py-sqlite2 | |
parent | 9061dc71b2667a64031d0728e380704108a13018 (diff) | |
download | pkgsrc-809fa1f13fd6594fe8a39e654291e9d8d303689c.tar.gz |
Follow py-setuptools move.
Diffstat (limited to 'databases/py-sqlite2')
-rw-r--r-- | databases/py-sqlite2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index 54c4f26a59e..5c20632ebd7 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/14 20:17:59 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/14 13:39:17 joerg Exp $ DISTNAME= pysqlite-2.0.7 PKGNAME= ${PYPKGPREFIX}-sqlite2-2.0.7 @@ -12,7 +12,7 @@ COMMENT= SQLite database adapter for Python PYDISTUTILSPKG= yes # XXX version specific setuptools, should add something to extension.mk PYTHON_VERSIONS_ACCEPTED= 24 -DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py24-setuptools +DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools TESTCMD= from lib import test; \ test.test() |