git: f03f2910fb5b - main - graphics/py-imageio: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 04:27:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f03f2910fb5b1d24d845b286e63cf49938ff30fe
commit f03f2910fb5b1d24d845b286e63cf49938ff30fe
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:09:13 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:09:13 +0000
graphics/py-imageio: Cosmetic change
---
graphics/py-imageio/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile
index a378318f0e8f..5c2066c77320 100644
--- a/graphics/py-imageio/Makefile
+++ b/graphics/py-imageio/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/imageio/imageio
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-# requests is from fsspec[github]
+# Note: www/py-requests comes from devel/py-fsspec[github]
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=8.3.2:graphics/py-pillow@${PY_FLAVOR}