dev-python/typer: fix python rdeps

This commit is contained in:
odrling 2024-03-12 01:09:32 +01:00
parent a7504658e0
commit 1549bcf744
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
1 changed files with 6 additions and 4 deletions

View File

@ -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}] )
')
"