textproc/py-CommonMark: Add USE_PYTHON=concurrent

Approved by:	portmgr
This commit is contained in:
Yuri Victorovich 2018-06-19 01:35:13 +00:00
parent f43c055421
commit 9f7acd8075
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472737

View file

@ -2,7 +2,7 @@
PORTNAME= CommonMark
PORTVERSION= 0.7.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>