devel/py-jsonpath-rw: Add missing USE_PYTHON=concurrent
This commit is contained in:
parent
e4d668fe56
commit
71d095407e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544838
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue