diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-02 16:37:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-02 18:11:01 +0200 |
commit | ba0a9a0eba32f31783ecd977b6664dd6ce53cb34 (patch) | |
tree | 58b4481aaeedb4cc5464843e35855a717b1c5b59 | |
parent | gui-libs/egl-wayland: stabilize 1.1.13.1 for amd64 (diff) | |
download | gentoo-ba0a9a0eba32f31783ecd977b6664dd6ce53cb34.tar.gz gentoo-ba0a9a0eba32f31783ecd977b6664dd6ce53cb34.tar.bz2 gentoo-ba0a9a0eba32f31783ecd977b6664dd6ce53cb34.zip |
dev-python/redis: Add numpy test de
Closes: https://bugs.gentoo.org/937138
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/redis/redis-5.0.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] ) |