aboutsummaryrefslogtreecommitdiff
path: root/science/py-chainer
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-09 12:54:26 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-09 12:54:26 +0000
commitcdbddd45831dcfe26a74c3f55bc6441247be1a66 (patch)
tree3f6302bb487d8552717c4b0b96ceff8cae9e2b3e /science/py-chainer
parent0e6114450e2d639c6173ba5e179f3de5a1ec32f7 (diff)
downloadports-cdbddd45831dcfe26a74c3f55bc6441247be1a66.tar.gz
ports-cdbddd45831dcfe26a74c3f55bc6441247be1a66.zip
Fix bulk -a with BUILD_ALL_PYTHON_FLAVORS.
devel/py-typing-extensions does not support Python 3.7+, so ports requiring it can't either.
Notes
Notes: svn path=/head/; revision=508450
Diffstat (limited to 'science/py-chainer')
-rw-r--r--science/py-chainer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-chainer/Makefile b/science/py-chainer/Makefile
index 490416db6e4c..31f4a0aaefd4 100644
--- a/science/py-chainer/Makefile
+++ b/science/py-chainer/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PY_TYPING} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
-USES= python
+USES= python:-3.6
USE_PYTHON= distutils autoplist
NO_ARCH= yes