commit: ab09556ceaf9e03d9fa9a32955d93ec5850db6f4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 16 12:00:28 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 16 12:00:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab09556c
dev-python/rich: Add missing dev-python/attrs test dep Closes: https://bugs.gentoo.org/931985 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/rich/rich-13.7.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/rich/rich-13.7.1.ebuild b/dev-python/rich/rich-13.7.1.ebuild index a5c3df268492..aff3b8ccfcf3 100644 --- a/dev-python/rich/rich-13.7.1.ebuild +++ b/dev-python/rich/rich-13.7.1.ebuild @@ -27,6 +27,11 @@ RDEPEND=" >=dev-python/markdown-it-py-2.2.0[${PYTHON_USEDEP}] >=dev-python/pygments-2.13.0[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + >=dev-python/attrs-21.4.0[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest