Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/logutils/
Date: Sun, 03 Jul 2022 08:42:57
Message-Id: 1656837769.9c6f5380447204d640d2257643dc6167486d6235.mgorny@gentoo
1 commit: 9c6f5380447204d640d2257643dc6167486d6235
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 08:42:18 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 08:42:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6f5380
7
8 dev-python/logutils: Add a test dep on redis-py
9
10 Closes: https://bugs.gentoo.org/856082
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/logutils/logutils-0.3.5-r1.ebuild | 6 ++++++
14 1 file changed, 6 insertions(+)
15
16 diff --git a/dev-python/logutils/logutils-0.3.5-r1.ebuild b/dev-python/logutils/logutils-0.3.5-r1.ebuild
17 index a16f629634b3..24b9b637cd2c 100644
18 --- a/dev-python/logutils/logutils-0.3.5-r1.ebuild
19 +++ b/dev-python/logutils/logutils-0.3.5-r1.ebuild
20 @@ -16,6 +16,12 @@ LICENSE="BSD"
21 SLOT="0"
22 KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
23
24 +BDEPEND="
25 + test? (
26 + dev-python/redis-py[${PYTHON_USEDEP}]
27 + )
28 +"
29 +
30 distutils_enable_tests unittest
31
32 python_test() {