commit: 1d6d2f671ac121bc3a736838b1d6f695e598e68b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed May 1 11:33:55 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 1 11:48:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6d2f67
dev-python/libcst: Add test dep on dev-python/black Closes: https://bugs.gentoo.org/931018 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/libcst/libcst-1.3.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/libcst/libcst-1.3.1.ebuild b/dev-python/libcst/libcst-1.3.1.ebuild index e386f3f29f26..8fafb29d37ac 100644 --- a/dev-python/libcst/libcst-1.3.1.ebuild +++ b/dev-python/libcst/libcst-1.3.1.ebuild @@ -146,6 +146,9 @@ RDEPEND=" BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}] dev-python/setuptools-scm[${PYTHON_USEDEP}] + test? ( + dev-python/black[${PYTHON_USEDEP}] + ) " EPYTEST_XDIST=1
