git: e72382abe38d - main - misc/py-torchvision: Add missing deendency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Mar 2025 16:48:31 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e72382abe38d4e0fcd93d1fb8db3b90843f3f285
commit e72382abe38d4e0fcd93d1fb8db3b90843f3f285
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-03-18 14:45:20 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-03-18 16:48:29 +0000
misc/py-torchvision: Add missing deendency
---
misc/py-torchvision/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/misc/py-torchvision/Makefile b/misc/py-torchvision/Makefile
index 393f54586782..d5aa0cdff464 100644
--- a/misc/py-torchvision/Makefile
+++ b/misc/py-torchvision/Makefile
@@ -18,7 +18,8 @@ PY_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytorch>0:misc/py-pytorch@${PY_FLAVOR}
PY_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pillow>=5.3.0:graphics/py-pillow@${PY_FLAVOR} # image backend
-BUILD_DEPENDS= ${PY_DEPENDS} \
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PY_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}fsspec>0:filesystems/py-fsspec@${PY_FLAVOR} \
pybind11>0:devel/pybind11 \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}