From cbad90dd47b3bb749bdcf22b1b45e43e1fb70bb8 Mon Sep 17 00:00:00 2001 From: gdt Date: Fri, 3 May 2013 15:21:58 +0000 Subject: 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. --- filesystems/tahoe-lafs/Makefile | 5 +++-- 1 file 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 -- cgit v1.2.3