Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/keyrings-alt/
Date: Tue, 28 Dec 2021 10:59:04
Message-Id: 1640688786.8c7bee178da5a0180780001530a87a1951fd5517.viorel_munteanu@gentoo
1 commit: 8c7bee178da5a0180780001530a87a1951fd5517
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 28 10:53:06 2021 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Tue Dec 28 10:53:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c7bee17
7
8 dev-python/keyrings-alt: add a dependency for test
9
10 Closes: https://bugs.gentoo.org/830147
11 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
12
13 dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
17 index fceff8dfa..b097cd964 100644
18 --- a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
19 +++ b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild
20 @@ -22,7 +22,10 @@ DEPEND="
21 "
22 RDEPEND="${DEPEND}"
23 BDEPEND="
24 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
25 + test? (
26 + dev-python/keyring[${PYTHON_USEDEP}]
27 + dev-python/pytest[${PYTHON_USEDEP}]
28 + )
29 "
30
31 distutils_enable_tests pytest