diff options
author | wiz <wiz@pkgsrc.org> | 2022-09-11 18:10:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-09-11 18:10:03 +0000 |
commit | e29603081f6fb8006ee025bd0279b04741fb66d4 (patch) | |
tree | 04a211bc26685931c886e1a00f3e02de03fe9510 /net | |
parent | 2ddf867ac422b7c9236e383d3482bb4333bbdb7a (diff) | |
download | pkgsrc-e29603081f6fb8006ee025bd0279b04741fb66d4.tar.gz |
*: mark as not for python 2.x
Diffstat (limited to 'net')
-rw-r--r-- | net/py-txamqp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index 7e6c7b17da0..4b955d122e1 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2022/02/13 08:53:44 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/09/11 18:10:03 wiz Exp $ DISTNAME= txAMQP-0.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -12,11 +12,11 @@ COMMENT= Python library for communicating with AMQP using Twisted LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONED_DEPENDENCIES+= twisted +PYTHON_VERSIONS_INCOMPATIBLE= 27 USE_LANGUAGES= # none .include "../../lang/python/egg.mk" -.include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" |