Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2023 21:12:48 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8210f8acfcfc - main - devel/poetry: Remove USE_PYTHON=concurrent
Message-ID:  <202301292112.30TLCmTE092854@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301292112.30TLCmTE092854>