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/pytest-codeblocks/
Date: Wed, 19 Jan 2022 09:16:22
Message-Id: 1642583748.fb1abb6d56ac53d1e2b452176f263ab40e142233.mgorny@gentoo
1 commit: fb1abb6d56ac53d1e2b452176f263ab40e142233
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 19 09:15:48 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 09:15:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1abb6d
7
8 dev-python/pytest-codeblocks: Add BDEP on pytest
9
10 Apparently the package needs to be importable for the wheel build.
11
12 Closes: https://bugs.gentoo.org/831458
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild | 3 +++
16 1 file changed, 3 insertions(+)
17
18 diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild
19 index 7af8b53bf172..7887ec6bbde4 100644
20 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild
21 +++ b/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild
22 @@ -18,6 +18,9 @@ LICENSE="MIT"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25
26 +BDEPEND="
27 + dev-python/pytest[${PYTHON_USEDEP}]"
28 +
29 distutils_enable_tests pytest
30
31 python_test() {