Date: Mon, 18 Jul 2022 12:43:05 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 28886f3885d4 - main - net/ryu: Update USES=python Message-ID: <202207181243.26ICh5eQ078907@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207181243.26ICh5eQ078907>