commit: fb1abb6d56ac53d1e2b452176f263ab40e142233 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jan 19 09:15:48 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jan 19 09:15:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1abb6d
dev-python/pytest-codeblocks: Add BDEP on pytest Apparently the package needs to be importable for the wheel build. Closes: https://bugs.gentoo.org/831458 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild b/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild index 7af8b53bf172..7887ec6bbde4 100644 --- a/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild +++ b/dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild @@ -18,6 +18,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +BDEPEND=" + dev-python/pytest[${PYTHON_USEDEP}]" + distutils_enable_tests pytest python_test() {
