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/installer/
Date: Fri, 14 Jan 2022 10:54:26
Message-Id: 1642157659.988906ed954b41c3cacb67a2e626759473b0b39d.mgorny@gentoo
1 commit: 988906ed954b41c3cacb67a2e626759473b0b39d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 10:53:38 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 10:54:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988906ed
7
8 dev-python/installer: Add mock test dep
9
10 Closes: https://bugs.gentoo.org/831169
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/installer/installer-0.4.0.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-python/installer/installer-0.4.0.ebuild b/dev-python/installer/installer-0.4.0.ebuild
17 index 366c9ebc1817..4fdc9bde6479 100644
18 --- a/dev-python/installer/installer-0.4.0.ebuild
19 +++ b/dev-python/installer/installer-0.4.0.ebuild
20 @@ -24,8 +24,12 @@ LICENSE="MIT"
21 SLOT="0"
22 KEYWORDS="~amd64"
23
24 +# NB: newer git doesn't use mock anymore
25 BDEPEND="
26 app-arch/unzip
27 + test? (
28 + dev-python/mock[${PYTHON_USEDEP}]
29 + )
30 "
31
32 distutils_enable_tests pytest