commit: 42f135afa16fc2330d8ef2801f8dc0d1f8cacfa2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 14:30:59 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 14:31:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f135af
dev-python/gfloat: Add missing test dep on tabulate
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gfloat/gfloat-0.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/gfloat/gfloat-0.4.ebuild
b/dev-python/gfloat/gfloat-0.4.ebuild
index 8fb620eee753..93ee3394bda8 100644
--- a/dev-python/gfloat/gfloat-0.4.ebuild
+++ b/dev-python/gfloat/gfloat-0.4.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/ml-dtypes[${PYTHON_USEDEP}]
+ dev-python/tabulate[${PYTHON_USEDEP}]
test-rust? (
dev-python/nbval[${PYTHON_USEDEP}]
)