commit:     26fb1617bbead3a20fbea645e7647ec9982cd38d
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 02:58:54 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 03:02:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fb1617

dev-python/pip: fix minimum bounds for packaging dep

We were waiting on an update to packaging before bumping pip (as it
imports new API from packaging 24.2), but having gotten that update we
didn't actually depend on it.

This causes pip to fail to build, as packaging is used at build time in
order to create shell completions (and obviously for testing as well)
and nothing requires packaging to update at all, let alone requires it
to come first in the build queue.

Closes: https://bugs.gentoo.org/943156
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-python/pip/{pip-24.3.1-r1.ebuild => pip-24.3.1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pip/pip-24.3.1-r1.ebuild 
b/dev-python/pip/pip-24.3.1-r2.ebuild
similarity index 99%
rename from dev-python/pip/pip-24.3.1-r1.ebuild
rename to dev-python/pip/pip-24.3.1-r2.ebuild
index fef0d38e70a2..aee9a90317e0 100644
--- a/dev-python/pip/pip-24.3.1-r1.ebuild
+++ b/dev-python/pip/pip-24.3.1-r2.ebuild
@@ -35,7 +35,7 @@ RDEPEND="
        >=dev-python/distlib-0.3.9[${PYTHON_USEDEP}]
        >=dev-python/distro-1.9.0[${PYTHON_USEDEP}]
        >=dev-python/msgpack-1.0.8[${PYTHON_USEDEP}]
-       >=dev-python/packaging-24.1[${PYTHON_USEDEP}]
+       >=dev-python/packaging-24.2[${PYTHON_USEDEP}]
        >=dev-python/platformdirs-4.2.1[${PYTHON_USEDEP}]
        >=dev-python/pyproject-hooks-1.0.0[${PYTHON_USEDEP}]
        >=dev-python/requests-2.32.0[${PYTHON_USEDEP}]

Reply via email to