git: eeaf3f884e87 - main - math/py-spint: Remove unnecessary USE_PYTHON=concurrent

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 06 Aug 2022 21:00:08 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eeaf3f884e8763da4978e3bf8e2ec56581f89d8c

commit eeaf3f884e8763da4978e3bf8e2ec56581f89d8c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-06 20:59:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-06 21:00:05 +0000

    math/py-spint: Remove unnecessary USE_PYTHON=concurrent
    
    Approved by:    portmgr (blanket)
---
 math/py-spint/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-spint/Makefile b/math/py-spint/Makefile
index c998b79af842..5bc233f38cc9 100644
--- a/math/py-spint/Makefile
+++ b/math/py-spint/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR}
 
 USES=		python:3.7+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes