From 5b16ecc028cf6e01726548cb997d57511211f6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 15 Jul 2026 13:42:16 +0200 Subject: [PATCH] dev-python/rich-click: Add typer test dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/976270 Signed-off-by: Michał Górny --- dev-python/rich-click/rich-click-1.9.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/rich-click/rich-click-1.9.8.ebuild b/dev-python/rich-click/rich-click-1.9.8.ebuild index 7092dbd3251fe..fc08efeb128f1 100644 --- a/dev-python/rich-click/rich-click-1.9.8.ebuild +++ b/dev-python/rich-click/rich-click-1.9.8.ebuild @@ -29,6 +29,7 @@ RDEPEND=" BDEPEND=" test? ( >=dev-python/packaging-25[${PYTHON_USEDEP}] + dev-python/typer[${PYTHON_USEDEP}] ) "