summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2013-05-03 15:21:58 +0000
committergdt <gdt@pkgsrc.org>2013-05-03 15:21:58 +0000
commitcbad90dd47b3bb749bdcf22b1b45e43e1fb70bb8 (patch)
tree4f6e5d3604b8136e2d76f36780476fec4abb21c3 /filesystems
parentf4dab4bc4aa372419dddb49c39b714256a86e92f (diff)
downloadpkgsrc-cbad90dd47b3bb749bdcf22b1b45e43e1fb70bb8.tar.gz
Depend on py-sqlite3 (vs 2).
This uses the support the rest of the world expects to be present in python. Now, tahoe-lafs's regression tests pass.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/tahoe-lafs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile
index 9bfcbdc41b1..6da3b689671 100644
--- a/filesystems/tahoe-lafs/Makefile
+++ b/filesystems/tahoe-lafs/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2013/05/01 23:59:53 gdt Exp $
+# $NetBSD: Makefile,v 1.16 2013/05/03 15:21:58 gdt Exp $
#
VERSION= 1.10.0
+PKGREVISION= 1
DISTNAME= allmydata-tahoe-${VERSION}
EGG_NAME= allmydata_tahoe-${VERSION}
PKGNAME= tahoe-lafs-${VERSION}
@@ -31,7 +32,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-darcsver-[0-9]*:../../devel/py-darcsver
DEPENDS+= ${PYPKGPREFIX}-zfec-[0-9]*:../../converters/py-zfec
DEPENDS+= ${PYPKGPREFIX}-zbase32-[0-9]*:../../converters/py-zbase32
DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
-DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
+DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
DEPENDS+= ${PYPKGPREFIX}-pyutil-[0-9]*:../../devel/py-pyutil
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock