git: 6e831f336c0f - main - net/vde2: limit python range to 3.7-3.9 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jun 2022 20:50:11 UTC
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