aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-10 19:32:23 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-10 19:32:23 +0000
commit878b93dbd908d14abb173d0197c694d47dcafb66 (patch)
tree461a0f04e4985c0c05b38423b7553b1c64dd1b00 /misc
parente8b7709cf7e7642b90acce6f155482c0db7ffe34 (diff)
downloadports-878b93dbd908d14abb173d0197c694d47dcafb66.tar.gz
ports-878b93dbd908d14abb173d0197c694d47dcafb66.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/py-onnx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/py-onnx/Makefile b/misc/py-onnx/Makefile
index 702c1a569462..79cf83bc6908 100644
--- a/misc/py-onnx/Makefile
+++ b/misc/py-onnx/Makefile
@@ -17,7 +17,6 @@ BUILD_DEPENDS= cmake:devel/cmake \
LIB_DEPENDS= libprotobuf.so:devel/protobuf
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
- ${PY_TYPING} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
USES= compiler:c11 python:3.6+