Date: Sat, 25 Jun 2022 20:50:11 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6e831f336c0f - main - net/vde2: limit python range to 3.7-3.9 (+) Message-ID: <202206252050.25PKoBeC044093@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e831f336c0fa15b5bab391197a95033ec4d5759 commit 6e831f336c0fa15b5bab391197a95033ec4d5759 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-06-25 20:47:47 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-06-25 20:50:04 +0000 net/vde2: limit python range to 3.7-3.9 (+) Unfortunately, vde2 still not support python 3.10+ --- net/vde2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/vde2/Makefile b/net/vde2/Makefile index 1b849c5e3f1b..1575df2edb7f 100644 --- a/net/vde2/Makefile +++ b/net/vde2/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFAULT= PYTHON OPTIONS_SUB= yes PYTHON_CONFIGURE_OFF= --disable-python -PYTHON_USES= python gettext-runtime +PYTHON_USES= python:3.7-3.9 gettext-runtime PYTHON_CPPFLAGS= -I${LOCALBASE}/include PYTHON_LDFLAGS= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206252050.25PKoBeC044093>