repo/gentoo:master commit in: sci-ml/huggingface_hub/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786128330.d21a57846523f9fffd3144160b63eb3b7702ee8a.tupone@gentoo> |
commit: d21a57846523f9fffd3144160b63eb3b7702ee8a
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 18:44:38 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 18:45:30 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21a5784
sci-ml/huggingface_hub: add jedi as dep
Closes: https://bugs.gentoo.org/980477
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild b/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild
index 3558b8a388d8..83c673cd5824 100644
--- a/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild
+++ b/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild
@@ -47,6 +47,9 @@ BDEPEND="
test? (
sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}]
dev-vcs/git-lfs
+ $(python_gen_cond_dep '
+ dev-python/jedi[${PYTHON_USEDEP}]
+ ')
)
"