diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
commit | 77e07989540405e14ae0f3af5dc2d76d75532797 (patch) | |
tree | 698d3960598fa1d41f5a80411323ce184dbefe95 /net/py-txamqp | |
parent | f192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff) | |
download | pkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz |
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'net/py-txamqp')
-rw-r--r-- | net/py-txamqp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index 72c2eaf3fa4..14230e9c809 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2019/04/26 13:14:10 maya Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/02 13:19:50 adam Exp $ DISTNAME= python-txamqp_0.3.orig PKGNAME= ${PYPKGPREFIX}-txamqp-0.3 @@ -12,7 +12,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # as of 0.3 +PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.3 USE_LANGUAGES= # none |