From 1549bcf74452c9e4ce99ebec48c40d5383362779 Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 12 Mar 2024 01:09:32 +0100 Subject: [PATCH] dev-python/typer: fix python rdeps --- dev-python/typer/typer-0.9.0.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/typer/typer-0.9.0.ebuild b/dev-python/typer/typer-0.9.0.ebuild index 66c937e..4687635 100644 --- a/dev-python/typer/typer-0.9.0.ebuild +++ b/dev-python/typer/typer-0.9.0.ebuild @@ -25,8 +25,10 @@ KEYWORDS="~amd64 ~arm64" IUSE="+rich shell-detection" RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/typing-extensions[${PYTHON_USEDEP}] - rich? ( dev-python/rich[${PYTHON_USEDEP}] ) - shell-detection? ( dev-python/shellingham[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + dev-python/click[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] + rich? ( dev-python/rich[${PYTHON_USEDEP}] ) + shell-detection? ( dev-python/shellingham[${PYTHON_USEDEP}] ) + ') "