devel/py-jsonpointer: Add USE_PYTHON=concurrent

Approved by:	portmgr (port compliance, infrastructure)
Approved by:	tcberner (mentor, implicit)
This commit is contained in:
Yuri Victorovich 2018-03-11 01:03:15 +00:00
parent 25a018fcc8
commit dbdfc2abee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464136

View file

@ -2,6 +2,7 @@
PORTNAME= jsonpointer
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,6 +15,6 @@ LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>