diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-28 23:02:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-12-28 23:02:12 +0000 |
commit | aa7a6c429ea62d972467d6755fa7a6f52256b452 (patch) | |
tree | 3c451883d3bd4d2ffe401b2b6aee58825505d145 /misc/py-onnx-tf | |
parent | c3b3e6a10d663bc2672cdd4bf46943046d03ecba (diff) | |
download | freebsd-ports-aa7a6c429ea62d972467d6755fa7a6f52256b452.zip |
Drop python 2.7 support from a few ports
With hat: portmgr
Diffstat (limited to 'misc/py-onnx-tf')
-rw-r--r-- | misc/py-onnx-tf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-onnx-tf/Makefile b/misc/py-onnx-tf/Makefile index c8b85d8afae1..3e9b4bb83228 100644 --- a/misc/py-onnx-tf/Makefile +++ b/misc/py-onnx-tf/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}onnx>0:misc/py-onnx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes |