git: ba12fcffdf03 - main - dns/py-dnspython: Add python concurrency

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 19 Jul 2022 19:12:47 UTC
The branch main has been updated by bofh:

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

commit ba12fcffdf03e7d8133f6404c7d792f5b76ebb8f
Author:     Yuri Victorovich <yuri@freebsd.org>
AuthorDate: 2022-07-19 18:46:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-07-19 19:12:35 +0000

    dns/py-dnspython: Add python concurrency
    
    PR:             265298
    Reported by:    yuri
---
 dns/py-dnspython/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile
index 016b76877ff9..915a6e67e724 100644
--- a/dns/py-dnspython/Makefile
+++ b/dns/py-dnspython/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	dnspython
 PORTVERSION=	2.2.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	dns python
 MASTER_SITES=	CHEESESHOP
@@ -17,7 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist cython distutils
+USE_PYTHON=	autoplist concurrent cython distutils
 
 NO_ARCH=	yes