summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-19 10:15:48 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-19 10:15:48 +0100
commitfb1abb6d56ac53d1e2b452176f263ab40e142233 (patch)
treecb063ac99939d6059fe8dafee60976bac0a20f39
parentdev-python/google-api-python-client: Bump to 2.36.0 (diff)
downloadgentoo-fb1abb6d.tar.gz
gentoo-fb1abb6d.tar.bz2
gentoo-fb1abb6d.zip
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@gentoo.org>
-rw-r--r--dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild3
1 files changed, 3 insertions, 0 deletions
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() {