aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-10-16 21:57:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-10-16 21:57:27 +0000
commit10a86f5ddbc5f35706a526bac2fd1363010ce2d6 (patch)
tree08500836c6efff6989177fdb06c77c6cad1debb9 /misc
parentbeb418a8fa352981ddfc66adb02bc8aee74d51c7 (diff)
downloadports-10a86f5ddbc5f35706a526bac2fd1363010ce2d6.tar.gz
ports-10a86f5ddbc5f35706a526bac2fd1363010ce2d6.zip
py-toil is not compatible with python3
Notes
Notes: svn path=/head/; revision=482260
Diffstat (limited to 'misc')
-rw-r--r--misc/py-toil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-toil/Makefile b/misc/py-toil/Makefile
index 534e03c87a0d..403cf40b9fbd 100644
--- a/misc/py-toil/Makefile
+++ b/misc/py-toil/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
-USES= python
+USES= python:2.7
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes