2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-17 00:10:16 +03:00

dev-python/txredisapi: restrict dev-db/redis for tests

This package requires <dev-db/redis-7.2 for tests.

Upstream-issue: https://github.com/IlyaSkriblovsky/txredisapi/issues/151
Bug: https://bugs.gentoo.org/912462
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2023-11-30 23:48:07 +01:00
parent 074c02e98f
commit caccbcf18a

View File

@@ -31,7 +31,7 @@ RDEPEND="
"
BDEPEND="
test? (
dev-db/redis
<dev-db/redis-7.2
dev-python/hiredis[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)