diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2021-05-06 10:21:42 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2021-05-06 10:21:42 +0000 |
commit | 9ca6e5fed9baf1d7bed69bb66a1f90b93998361b (patch) | |
tree | e49e914329897ad2124f20c018786de51f2a03e4 /net | |
parent | 84ccbf4379e0cc9a00108d9bbb87fcf989760920 (diff) |
net/exabgp4: Require python 3.6-3.7
Diffstat (limited to 'net')
-rw-r--r-- | net/exabgp4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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]* |