commit: ba0a9a0eba32f31783ecd977b6664dd6ce53cb34 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 2 14:37:42 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 2 16:11:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0a9a0e
dev-python/redis: Add numpy test de Closes: https://bugs.gentoo.org/937138 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/redis/redis-5.0.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/redis/redis-5.0.8.ebuild b/dev-python/redis/redis-5.0.8.ebuild index 942f7ab97015..f0029e3d0af7 100644 --- a/dev-python/redis/redis-5.0.8.ebuild +++ b/dev-python/redis/redis-5.0.8.ebuild @@ -32,6 +32,7 @@ RDEPEND=" BDEPEND=" test? ( dev-db/redis + dev-python/numpy[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/pytest-timeout[${PYTHON_USEDEP}] )
