svn commit: r527407 - head/graphics/py-imageio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 29 11:24:44 UTC 2020


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}


More information about the svn-ports-head mailing list