git: 9ca6e5fed9ba - main - net/exabgp4: Require python 3.6-3.7

Ryan Steinmetz zi at FreeBSD.org
Thu May 6 10:21:50 UTC 2021


The branch main has been updated by zi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ca6e5fed9baf1d7bed69bb66a1f90b93998361b

commit 9ca6e5fed9baf1d7bed69bb66a1f90b93998361b
Author:     Ryan Steinmetz <zi at FreeBSD.org>
AuthorDate: 2021-05-06 10:21:42 +0000
Commit:     Ryan Steinmetz <zi at FreeBSD.org>
CommitDate: 2021-05-06 10:21:42 +0000

    net/exabgp4: Require python 3.6-3.7
---
 net/exabgp4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/exabgp4/Makefile b/net/exabgp4/Makefile
index 9d79c12eac2c..626044bf9ee4 100644
--- a/net/exabgp4/Makefile
+++ b/net/exabgp4/Makefile
@@ -14,7 +14,7 @@ COMMENT=	BGP engine and route injector
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE.txt
 
-USES=		python:3.6+ shebangfix
+USES=		python:3.6-3.7 shebangfix
 USE_PYTHON=	distutils autoplist
 
 CONFLICTS_INSTALL=	exabgp-[0-9]*


More information about the dev-commits-ports-all mailing list