Allow concurrent install.

PR:		216583
Submitted by:	John W. O'Brien <john@saltant.com>
This commit is contained in:
Dmitry Sivachenko 2017-02-14 10:50:22 +00:00
parent 32d3b42a57
commit e716c70db7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434074

View file

@ -3,6 +3,7 @@
PORTNAME= jmespath
PORTVERSION= 0.9.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,6 +14,6 @@ COMMENT= JSON Matching Expressions
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>