Date: Sat, 29 Feb 2020 11:24:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527407 - head/graphics/py-imageio Message-ID: <202002291124.01TBOfOd080737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 29 11:24:41 2020 New Revision: 527407 URL: https://svnweb.freebsd.org/changeset/ports/527407 Log: Clean up RUN_DEPENDS It should be part of r493134 since imageio 2.5.0 requires Python 3.4+. Modified: head/graphics/py-imageio/Makefile Modified: head/graphics/py-imageio/Makefile ============================================================================== --- head/graphics/py-imageio/Makefile Sat Feb 29 11:24:36 2020 (r527406) +++ head/graphics/py-imageio/Makefile Sat Feb 29 11:24:41 2020 (r527407) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002291124.01TBOfOd080737>