From d7c2de9c395ec3eb7e847d53c45ec0f4964aa800 Mon Sep 17 00:00:00 2001 From: odrling Date: Fri, 5 Apr 2024 22:06:11 +0200 Subject: [PATCH] dev-python/typer: add shellingham dep for tests --- dev-python/typer/typer-0.12.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/typer/typer-0.12.1.ebuild b/dev-python/typer/typer-0.12.1.ebuild index 306a94f..cec0932 100644 --- a/dev-python/typer/typer-0.12.1.ebuild +++ b/dev-python/typer/typer-0.12.1.ebuild @@ -24,7 +24,10 @@ IUSE="+rich shell-detection test" BDEPEND=" test? ( - $(python_gen_cond_dep 'dev-python/coverage[${PYTHON_USEDEP}]') + $(python_gen_cond_dep ' + dev-python/coverage[${PYTHON_USEDEP}] + dev-python/shellingham[${PYTHON_USEDEP}] + ') ) " RDEPEND="