Date: Wed, 17 Jun 2026 23:18:49 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a1fcf6a585b6 - main - misc/py-kokoro: Fix build by correcting dependency Message-ID: <6a332b59.19f1e.3c78e0f0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1fcf6a585b63ebd1a530c932f8a5de38986a996 commit a1fcf6a585b63ebd1a530c932f8a5de38986a996 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-17 23:11:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-17 23:18:35 +0000 misc/py-kokoro: Fix build by correcting dependency --- misc/py-kokoro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-kokoro/Makefile b/misc/py-kokoro/Makefile index f37f0d8e0144..6c8f7a8c07b2 100644 --- a/misc/py-kokoro/Makefile +++ b/misc/py-kokoro/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}huggingface-hub>0:misc/py-huggingface-hub@${ ${PYTHON_PKGNAMEPREFIX}transformers>=0:misc/py-transformers@${PY_FLAVOR} # extra run dependencies for kokoro-text-to-audio and kokoro-text-to-wav RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}SoundFile>0:audio/py-SoundFile@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}soundfile>0:audio/py-SoundFile@${PY_FLAVOR} \ mpv:multimedia/mpv USES= pythonhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a332b59.19f1e.3c78e0f0>
