commit: 91ed9b9bf5b22a62ceb5652c1a1244d1f36847ac
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 3 12:39:06 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 3 12:39:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ed9b9b
app-shells/bash-completion: sync live (partly)
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-shells/bash-completion/bash-completion-9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
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}]"
}