Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enrich/
Date: Fri, 26 Feb 2021 22:05:10
Message-Id: 1614377083.f94127947680536a201dac1f47fb6c3210bee95b.sam@gentoo
1 commit: f94127947680536a201dac1f47fb6c3210bee95b
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Fri Feb 26 19:31:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 26 22:04:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9412794
7
8 dev-python/enrich: Add missing test dep
9
10 Closes: https://bugs.gentoo.org/773067
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-python/enrich/enrich-1.2.6.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/enrich/enrich-1.2.6.ebuild b/dev-python/enrich/enrich-1.2.6.ebuild
18 index 7ebfa478ac0..57f3ea8d553 100644
19 --- a/dev-python/enrich/enrich-1.2.6.ebuild
20 +++ b/dev-python/enrich/enrich-1.2.6.ebuild
21 @@ -16,6 +16,8 @@ SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23
24 RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
25 -BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
26 +BDEPEND="
27 + dev-python/setuptools_scm[${PYTHON_USEDEP}]
28 + test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )"
29
30 distutils_enable_tests pytest