git: 28886f3885d4 - main - net/ryu: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 12:43:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=28886f3885d41fbb76c056b86581538e947618fa commit 28886f3885d41fbb76c056b86581538e947618fa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-18 12:36:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-18 12:40:15 +0000 net/ryu: Update USES=python devel/py-oslo.config requires Python 3.8+ --- net/ryu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ryu/Makefile b/net/ryu/Makefile index ff9647c55f07..b6694e62016a 100644 --- a/net/ryu/Makefile +++ b/net/ryu/Makefile @@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>0:net/py-eventlet@${PY_FLAVOR} \ NO_ARCH= yes -USES= python:3.6+ +USES= python:3.8+ USE_PYTHON= autoplist distutils USE_GITHUB= yes