dev-python/typer: add shellingham dep for tests

This commit is contained in:
odrling 2024-04-05 22:06:11 +02:00
parent 61f3c0eb33
commit d7c2de9c39
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5

View file

@ -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="