git: a5dca8f4da50 - main - devel/py-websockify: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5dca8f4da50a838fe649d55d89448d13a388da2 commit a5dca8f4da50a838fe649d55d89448d13a388da2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:03:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:12 +0000 devel/py-websockify: Update USES=python math/py-numpy requires Python 3.7+ --- devel/py-websockify/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-websockify/Makefile b/devel/py-websockify/Makefile index 6fb82bf4fa1a..44455fc29e35 100644 --- a/devel/py-websockify/Makefile +++ b/devel/py-websockify/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes