diff options
author | yuri <yuri@FreeBSD.org> | 2019-09-19 04:24:00 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-09-19 04:24:00 +0800 |
commit | 2678493f9ff7ae188b88481053e7dc7819b0a87f (patch) | |
tree | 5c880ba3683b680057b98eda0cd097ce712e956b /devel | |
parent | 8875a517f276d2d70994e94e1a4512acd2a28103 (diff) | |
download | freebsd-ports-gnome-2678493f9ff7ae188b88481053e7dc7819b0a87f.tar.gz freebsd-ports-gnome-2678493f9ff7ae188b88481053e7dc7819b0a87f.tar.zst freebsd-ports-gnome-2678493f9ff7ae188b88481053e7dc7819b0a87f.zip |
devel/py-wheel: Add USE_PYTHON=concurrent to avoi conflicts between python versions.
Approved by: portmgr blanket (avoid install failures)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-wheel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-wheel/Makefile b/devel/py-wheel/Makefile index e14b49018d98..54c8961d2e63 100644 --- a/devel/py-wheel/Makefile +++ b/devel/py-wheel/Makefile @@ -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> |