diff options
author | adam <adam> | 2015-12-05 21:25:27 +0000 |
---|---|---|
committer | adam <adam> | 2015-12-05 21:25:27 +0000 |
commit | a0b187c8d9a0c12118e2140458d3e33d71bd7fab (patch) | |
tree | 8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /net/py-foolscap | |
parent | c2593a8036a102c98b480cc594e489d424a6e2d7 (diff) | |
download | pkgsrc-a0b187c8d9a0c12118e2140458d3e33d71bd7fab.tar.gz |
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'net/py-foolscap')
-rw-r--r-- | net/py-foolscap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile index 7c0d6252755..0ef6cc3cb5a 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/09/30 19:24:35 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:53 adam Exp $ DISTNAME= foolscap-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-twisted +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-twisted TEST_TARGET= test |