diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-29 19:24:41 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-29 19:24:41 +0800 |
commit | 7e15f4bf7a1316277c35fa65a3e450e4a453cabd (patch) | |
tree | 16e94b1f80b90a4d288a098dda06a1b88b82cd1f | |
parent | 54d9e374197c664794a4841537e63fccb39a292b (diff) | |
download | freebsd-ports-gnome-7e15f4bf7a1316277c35fa65a3e450e4a453cabd.tar.gz freebsd-ports-gnome-7e15f4bf7a1316277c35fa65a3e450e4a453cabd.tar.zst freebsd-ports-gnome-7e15f4bf7a1316277c35fa65a3e450e4a453cabd.zip |
Clean up RUN_DEPENDS
It should be part of r493134 since imageio 2.5.0 requires Python 3.4+.
-rw-r--r-- | graphics/py-imageio/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index 73e89a2e7281..26262dc6c151 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreeimage.so:graphics/freeimage RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ - ${PY_ENUM34} \ - ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} |