commit: 8219110251651e06279b54d39f9c2bb71207839c Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 06:35:43 2026 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 06:38:59 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82191102
dev-python/wheel: require updated packaging 26.0 Test fixtures depend on it. See: https://github.com/pypa/wheel/commit/41418fac233d6973ea8798d620df4aa5b3aa1b66 We could make it test-only but seems hairy. 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/wheel/wheel-0.46.2.ebuild | 2 +- dev-python/wheel/wheel-0.46.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/wheel/wheel-0.46.2.ebuild b/dev-python/wheel/wheel-0.46.2.ebuild index b56b4c691ed8..675acf8caf55 100644 --- a/dev-python/wheel/wheel-0.46.2.ebuild +++ b/dev-python/wheel/wheel-0.46.2.ebuild @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] + >=dev-python/packaging-26.0[${PYTHON_USEDEP}] " BDEPEND=" test? ( diff --git a/dev-python/wheel/wheel-0.46.3.ebuild b/dev-python/wheel/wheel-0.46.3.ebuild index b56b4c691ed8..675acf8caf55 100644 --- a/dev-python/wheel/wheel-0.46.3.ebuild +++ b/dev-python/wheel/wheel-0.46.3.ebuild @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] + >=dev-python/packaging-26.0[${PYTHON_USEDEP}] " BDEPEND=" test? (
