commit:     9c6f5380447204d640d2257643dc6167486d6235
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 08:42:18 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 08:42:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6f5380

dev-python/logutils: Add a test dep on redis-py

Closes: https://bugs.gentoo.org/856082
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/logutils/logutils-0.3.5-r1.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/logutils/logutils-0.3.5-r1.ebuild 
b/dev-python/logutils/logutils-0.3.5-r1.ebuild
index a16f629634b3..24b9b637cd2c 100644
--- a/dev-python/logutils/logutils-0.3.5-r1.ebuild
+++ b/dev-python/logutils/logutils-0.3.5-r1.ebuild
@@ -16,6 +16,12 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 
+BDEPEND="
+       test? (
+               dev-python/redis-py[${PYTHON_USEDEP}]
+       )
+"
+
 distutils_enable_tests unittest
 
 python_test() {

Reply via email to