diff options
author | Sam James <sam@gentoo.org> | 2024-05-03 13:39:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-03 13:39:06 +0100 |
commit | 91ed9b9bf5b22a62ceb5652c1a1244d1f36847ac (patch) | |
tree | 48fcce5103484fd045f2e051aee05cb36ce41fab /app-shells/bash-completion | |
parent | app-shells/bash-completion: add pytest-forked test dep (diff) | |
download | gentoo-91ed9b9bf5b22a62ceb5652c1a1244d1f36847ac.tar.gz gentoo-91ed9b9bf5b22a62ceb5652c1a1244d1f36847ac.tar.bz2 gentoo-91ed9b9bf5b22a62ceb5652c1a1244d1f36847ac.zip |
app-shells/bash-completion: sync live (partly)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/bash-completion-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index 908ef5fe7dae..7149a05dc495 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -29,6 +29,7 @@ BDEPEND=" $(python_gen_any_dep ' dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-forked[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ') ) @@ -71,6 +72,7 @@ strip_completions() { python_check_deps() { python_has_version "dev-python/pexpect[${PYTHON_USEDEP}]" && python_has_version "dev-python/pytest[${PYTHON_USEDEP}]" && + python_has_version "dev-python/pytest-forked[${PYTHON_USEDEP}]" && python_has_version "dev-python/pytest-xdist[${PYTHON_USEDEP}]" } |