commit: 6306ba58a62d413e2ebe8b5f7f4f0dda394be3e4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jul 3 10:13:25 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 3 10:14:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6306ba58
dev-python/logutils: Add a test dep on redis server as well Closes: https://bugs.gentoo.org/856130 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/logutils/logutils-0.3.5-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/logutils/logutils-0.3.5-r1.ebuild b/dev-python/logutils/logutils-0.3.5-r1.ebuild index 24b9b637cd2c..5e075ff90665 100644 --- a/dev-python/logutils/logutils-0.3.5-r1.ebuild +++ b/dev-python/logutils/logutils-0.3.5-r1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" BDEPEND=" test? ( + dev-db/redis dev-python/redis-py[${PYTHON_USEDEP}] ) "