diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-19 10:15:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-19 10:15:48 +0100 |
commit | fb1abb6d56ac53d1e2b452176f263ab40e142233 (patch) | |
tree | cb063ac99939d6059fe8dafee60976bac0a20f39 /dev-python/pytest-codeblocks | |
parent | dev-python/google-api-python-client: Bump to 2.36.0 (diff) | |
download | gentoo-fb1abb6d56ac53d1e2b452176f263ab40e142233.tar.gz gentoo-fb1abb6d56ac53d1e2b452176f263ab40e142233.tar.bz2 gentoo-fb1abb6d56ac53d1e2b452176f263ab40e142233.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>
Diffstat (limited to 'dev-python/pytest-codeblocks')
-rw-r--r-- | dev-python/pytest-codeblocks/pytest-codeblocks-0.13.0.ebuild | 3 |
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() { |