commit: 012de021b3b8690f34528e7068872a5c27a15e9a Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Thu May 11 21:40:35 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Thu May 11 21:44:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012de021
dev-python/griffe: add missing test dependencies Closes: https://bugs.gentoo.org/906139 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> dev-python/griffe/griffe-0.27.4.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/griffe/griffe-0.27.4.ebuild b/dev-python/griffe/griffe-0.27.4.ebuild index 7d4993cedf3c..6e5cda463d2c 100644 --- a/dev-python/griffe/griffe-0.27.4.ebuild +++ b/dev-python/griffe/griffe-0.27.4.ebuild @@ -18,6 +18,10 @@ SLOT="0" KEYWORDS="~amd64 ~riscv" RDEPEND=">=dev-python/colorama-0.4[${PYTHON_USEDEP}]" +BDEPEND="test? ( + >=dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}] + >=dev-python/pytest-xdist-2.4[${PYTHON_USEDEP}] +)" PATCHES=( "${FILESDIR}"/${PN}-0.27.4-build_backend.patch
