commit: f26f2c28aed60c4af140cfb7e22d09328c4bd920 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 4 11:33:59 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 4 11:33:59 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26f2c28
dev-python/argcomplete: drop app-shells/fish test dep See https://github.com/kislyuk/argcomplete/pull/410 and upstream commit 1a09d8af338b14bafdee69bdc5c91d03e81f5ab8, it's not needed anymore by default. This fixes tree breakage as well since 050b3477377193164050310d50b9760e410d8def because we lost fish on wd40 arches. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/argcomplete/argcomplete-3.6.2.ebuild | 3 +-- dev-python/argcomplete/argcomplete-3.6.3.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/argcomplete/argcomplete-3.6.2.ebuild b/dev-python/argcomplete/argcomplete-3.6.2.ebuild index 6b161197f706..b5763e59b328 100644 --- a/dev-python/argcomplete/argcomplete-3.6.2.ebuild +++ b/dev-python/argcomplete/argcomplete-3.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,6 @@ RESTRICT="!test? ( test )" BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( - app-shells/fish app-shells/tcsh app-shells/zsh dev-python/pexpect[${PYTHON_USEDEP}] diff --git a/dev-python/argcomplete/argcomplete-3.6.3.ebuild b/dev-python/argcomplete/argcomplete-3.6.3.ebuild index 476165851544..41ba43749875 100644 --- a/dev-python/argcomplete/argcomplete-3.6.3.ebuild +++ b/dev-python/argcomplete/argcomplete-3.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,6 @@ RESTRICT="!test? ( test )" BDEPEND=" dev-python/hatch-vcs[${PYTHON_USEDEP}] test? ( - app-shells/fish app-shells/tcsh ~app-shells/zsh-5.9 dev-python/pexpect[${PYTHON_USEDEP}]
