devel/py-jsonpath-rw: Add missing USE_PYTHON=concurrent

This commit is contained in:
Yuri Victorovich 2020-08-13 20:14:29 +00:00
parent e4d668fe56
commit 71d095407e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544838

View file

@ -1,7 +1,8 @@
# $FreeBSD$
PORTNAME= jsonpath-rw
PORTVERSION= 1.4.0
DISTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes