Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 17:58:20 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: aec7e4f6363d - main - finance/py-bitcoin: Add USE_PYTHON=concurrent
Message-ID:  <202203251758.22PHwK0f072413@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=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
 



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