devel/py-wheel: Add USE_PYTHON=concurrent to avoi conflicts between python versions.

Approved by:	portmgr blanket (avoid install failures)
This commit is contained in:
Yuri Victorovich
2019-09-18 20:24:00 +00:00
parent b4c7e99569
commit b3e6a53b31

View File

@@ -3,7 +3,7 @@
PORTNAME= wheel
PORTVERSION= 0.30.0
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,6 +25,6 @@ SIGNATURE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dirspec>=13.05:devel/py-dirspec@${
${PYTHON_PKGNAMEPREFIX}xdg>=0.25:devel/py-xdg@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
USE_PYTHON= distutils concurrent autoplist
.include <bsd.port.mk>