commit: 0676c58823205b10e413b03ec2c10d4ff6dd288a Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu May 18 16:26:08 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu May 18 16:27:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0676c588
sci-libs/evaluate: fix rdeps Closes: https://bugs.gentoo.org/906658 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../evaluate/{evaluate-0.4.0-r1.ebuild => evaluate-0.4.0-r2.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/evaluate/evaluate-0.4.0-r1.ebuild b/sci-libs/evaluate/evaluate-0.4.0-r2.ebuild similarity index 94% rename from sci-libs/evaluate/evaluate-0.4.0-r1.ebuild rename to sci-libs/evaluate/evaluate-0.4.0-r2.ebuild index f9caea3a3a19..11f7e2a1f9c2 100644 --- a/sci-libs/evaluate/evaluate-0.4.0-r1.ebuild +++ b/sci-libs/evaluate/evaluate-0.4.0-r2.ebuild @@ -22,8 +22,10 @@ KEYWORDS="~amd64" RDEPEND=" $(python_gen_cond_dep ' + dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pyarrow[${PYTHON_USEDEP},parquet] dev-python/unidecode[${PYTHON_USEDEP}] + sci-libs/transformers[${PYTHON_USEDEP}] ') sci-libs/datasets[${PYTHON_SINGLE_USEDEP}] "
