commit: 1b432b80db30c492163d2a3cf6e94678d050d9f7 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 06:41:29 2026 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 06:41:29 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b432b80
dev-python/ensurepip-wheel: require updated packaging 26.0 Test fixtures depend on it. See: https://github.com/pypa/wheel/commit/41418fac233d6973ea8798d620df4aa5b3aa1b66 Bug: https://github.com/pypa/wheel/issues/677 Bug: https://bugs.gentoo.org/970428 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-python/ensurepip-wheel/ensurepip-wheel-0.46.2.ebuild | 1 + dev-python/ensurepip-wheel/ensurepip-wheel-0.46.3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.46.2.ebuild b/dev-python/ensurepip-wheel/ensurepip-wheel-0.46.2.ebuild index ec0f9f81f7e8..8c8d4869e052 100644 --- a/dev-python/ensurepip-wheel/ensurepip-wheel-0.46.2.ebuild +++ b/dev-python/ensurepip-wheel/ensurepip-wheel-0.46.2.ebuild @@ -24,6 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv BDEPEND=" test? ( dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/packaging-26.0[${PYTHON_USEDEP}] ) " diff --git a/dev-python/ensurepip-wheel/ensurepip-wheel-0.46.3.ebuild b/dev-python/ensurepip-wheel/ensurepip-wheel-0.46.3.ebuild index ec0f9f81f7e8..8c8d4869e052 100644 --- a/dev-python/ensurepip-wheel/ensurepip-wheel-0.46.3.ebuild +++ b/dev-python/ensurepip-wheel/ensurepip-wheel-0.46.3.ebuild @@ -24,6 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv BDEPEND=" test? ( dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/packaging-26.0[${PYTHON_USEDEP}] ) "
