summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-14 13:39:17 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-14 13:39:17 +0000
commit809fa1f13fd6594fe8a39e654291e9d8d303689c (patch)
tree4b94276702f709821c86138ec8252cd029f4e831 /databases
parent9061dc71b2667a64031d0728e380704108a13018 (diff)
downloadpkgsrc-809fa1f13fd6594fe8a39e654291e9d8d303689c.tar.gz
Follow py-setuptools move.
Diffstat (limited to 'databases')
-rw-r--r--databases/py-sqlite2/Makefile4
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()