git: aec7e4f6363d - main - finance/py-bitcoin: Add USE_PYTHON=concurrent

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 25 Mar 2022 17:58:20 UTC
The branch main has been updated by yuri:

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

commit aec7e4f6363d25ce9fdb3384be24e3ff79594086
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-03-25 17:57:00 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-03-25 17:58:18 +0000

    finance/py-bitcoin: Add USE_PYTHON=concurrent
---
 finance/py-bitcoin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/finance/py-bitcoin/Makefile b/finance/py-bitcoin/Makefile
index 380fbd76b3b9..ece69fb9a937 100644
--- a/finance/py-bitcoin/Makefile
+++ b/finance/py-bitcoin/Makefile
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes