commit: b2b13bc4b5ca17e21fdb73fcbd25c2a5009a72cf Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 15 12:18:09 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 15 12:41:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b13bc4
dev-python/simsimd: Add missing test dep on tabulate Closes: https://bugs.gentoo.org/939681 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/simsimd/simsimd-5.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/simsimd/simsimd-5.2.1.ebuild b/dev-python/simsimd/simsimd-5.2.1.ebuild index 57068eba549d..633192d3f2c5 100644 --- a/dev-python/simsimd/simsimd-5.2.1.ebuild +++ b/dev-python/simsimd/simsimd-5.2.1.ebuild @@ -31,6 +31,7 @@ IUSE="openmp" BDEPEND=" test? ( dev-python/pytest-repeat[${PYTHON_USEDEP}] + dev-python/tabulate[${PYTHON_USEDEP}] ) "
