commit: 90ee167e3419d932b3846131e034578b8c2c23a9 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue May 16 15:26:45 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue May 16 15:27:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ee167e
sci-libs/huggingface_hub: add rdeps Closes: https://bugs.gentoo.org/906524 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> ...ngface_hub-0.13.4.ebuild => huggingface_hub-0.13.4-r1.ebuild} | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sci-libs/huggingface_hub/huggingface_hub-0.13.4.ebuild b/sci-libs/huggingface_hub/huggingface_hub-0.13.4-r1.ebuild similarity index 68% rename from sci-libs/huggingface_hub/huggingface_hub-0.13.4.ebuild rename to sci-libs/huggingface_hub/huggingface_hub-0.13.4-r1.ebuild index 29254fa42182..7c519b339f79 100644 --- a/sci-libs/huggingface_hub/huggingface_hub-0.13.4.ebuild +++ b/sci-libs/huggingface_hub/huggingface_hub-0.13.4-r1.ebuild @@ -19,4 +19,13 @@ SLOT="0" KEYWORDS="~amd64" RESTRICT="test" #Several modules not yet packaged +RDEPEND=" + dev-python/filelock[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/tqdm[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] + dev-python/packaging[${PYTHON_USEDEP}] +" + distutils_enable_tests pytest
