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/exabgp | |
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/exabgp')
-rw-r--r-- | net/exabgp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index cc8573ea0ae..21e76ad4cc3 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2019/08/11 13:22:08 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2019/09/02 13:19:52 adam Exp $ VERSION= 3.4.23 DISTNAME= ${VERSION} @@ -56,7 +56,7 @@ REPLACE_PYTHON+= qa/conf/api-vpnv4.run REPLACE_PYTHON+= qa/conf/manual-eor.run REPLACE_PYTHON+= qa/conf/watchdog.run -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 3.2.19 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.2.19 USE_LANGUAGES= # none |