git: b7dbf7b212f0 - main - devel/py-scheduler: unbreak bulk -a
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Jun 2022 06:58:14 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7dbf7b212f04713617e4ab8bf4c98e4967c1ce6 commit b7dbf7b212f04713617e4ab8bf4c98e4967c1ce6 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-06-23 06:58:03 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-06-23 06:58:03 +0000 devel/py-scheduler: unbreak bulk -a --- devel/py-scheduler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-scheduler/Makefile b/devel/py-scheduler/Makefile index b42a16dfef60..cf7029d1e2f0 100644 --- a/devel/py-scheduler/Makefile +++ b/devel/py-scheduler/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typeguard>=2.6.0:devel/py-typeguard@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes