git: 8210f8acfcfc - main - devel/poetry: Remove USE_PYTHON=concurrent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Jan 2023 21:12:48 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8210f8acfcfcf70ea4621cfdb3413577acddf98d commit 8210f8acfcfcf70ea4621cfdb3413577acddf98d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-29 17:50:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-29 21:12:45 +0000 devel/poetry: Remove USE_PYTHON=concurrent --- devel/poetry/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/poetry/Makefile b/devel/poetry/Makefile index 7dbd7b9e419e..35c826d4a90e 100644 --- a/devel/poetry/Makefile +++ b/devel/poetry/Makefile @@ -39,7 +39,7 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} USES= python:3.7+ -USE_PYTHON= pep517 noflavors concurrent autoplist +USE_PYTHON= pep517 noflavors autoplist NO_ARCH= yes