diff options
Diffstat (limited to 'filesystems/tahoe-lafs/Makefile')
-rw-r--r-- | filesystems/tahoe-lafs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/tahoe-lafs/Makefile b/filesystems/tahoe-lafs/Makefile index 2cfbbecf8de..2e24179207b 100644 --- a/filesystems/tahoe-lafs/Makefile +++ b/filesystems/tahoe-lafs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2019/04/25 07:32:53 maya Exp $ +# $NetBSD: Makefile,v 1.38 2019/04/26 13:13:57 maya Exp $ DISTNAME= tahoe-lafs-1.12.1 PKGREVISION= 1 @@ -40,7 +40,7 @@ DEPENDS+= ${PYPKGPREFIX}-nevow>=0.11.1:../../www/py-nevow DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-xml via py-nevow, py-zbase32, py-cryptopp, py-darcsver # Note that there is an upstream (inherited from setuptools) bug # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1258#comment:29 that |