Allow concurrent install.
PR: 216583 Submitted by: John W. O'Brien <john@saltant.com>
This commit is contained in:
parent
32d3b42a57
commit
e716c70db7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434074
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue