From 779fc9cbcd78aa079ad60de51b657a718fb99438 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 21 Feb 2016 22:21:37 +0000 Subject: Mention that py-service_identity doesn't support python-3.3. (no change since other dependencies forbid python-3.x anyway.) --- filesystems/tahoe-lafs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'filesystems') diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index 6b246dd84b2..77241019993 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2015/12/05 21:25:42 adam Exp $ +# $NetBSD: Makefile,v 1.31 2016/02/21 22:21:37 wiz Exp $ VERSION= 1.10.2 DISTNAME= allmydata-tahoe-${VERSION} @@ -46,6 +46,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted, py-xml via py-nevow, py-zbase32, py-cryptopp +PYTHON_VERSIONS_INCOMPATIBLE+= 33 # not supported by py-service_identity>=16.0.0 # Note that there is an upstream (inherited from setuptools) bug # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1258#comment:29 that -- cgit v1.2.3