diff options
author | wiz <wiz@pkgsrc.org> | 2016-02-21 22:21:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-02-21 22:21:37 +0000 |
commit | 5f49ac02ecd882dfad7b0ad924d99433b3a912ca (patch) | |
tree | 943fa43517efe8d1cf9e3cbcf937297ad20ff6e8 /filesystems | |
parent | 2f5cd888d0458ca8043b8d80a9e70ff3d3282c39 (diff) | |
download | pkgsrc-5f49ac02ecd882dfad7b0ad924d99433b3a912ca.tar.gz |
Mention that py-service_identity doesn't support python-3.3.
(no change since other dependencies forbid python-3.x anyway.)
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/tahoe-lafs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |