git: 3b368de8f3b4 - main - misc/py-transformers: Remove missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Aug 2025 19:12:21 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3b368de8f3b47ded6f8d37cd0ab4abcf3073f4f4
commit 3b368de8f3b47ded6f8d37cd0ab4abcf3073f4f4
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-08-22 19:11:49 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-22 19:11:49 +0000
misc/py-transformers: Remove missing dependency
Reported by: Antoine
---
misc/py-transformers/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/misc/py-transformers/Makefile b/misc/py-transformers/Makefile
index 47d2c65c8171..c4ad4fb27638 100644
--- a/misc/py-transformers/Makefile
+++ b/misc/py-transformers/Makefile
@@ -30,7 +30,6 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}torchvision>0:misc/py-torchvision@${PY_FLAVOR}
# speech/audio
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}librosa>0:audio/py-librosa@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}phonemizer>0:textproc/py-phonemizer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}torchaudio>0:audio/py-torchaudio@${PY_FLAVOR}
# serving
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fastapi>0:www/py-fastapi@${PY_FLAVOR} \