From 19b4c3fce15d9a1bd79a47d41a69ce6db3119d0f Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 17 Feb 2025 07:06:39 +0000 Subject: [PATCH] dev-python/pip: Sync with Gentoo It's from Gentoo commit 32bf291e62f7e6a2cb85a0b41f3b8c959a50f052. --- .../third_party/portage-stable/dev-python/pip/pip-25.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pip/pip-25.0.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pip/pip-25.0.1.ebuild index 8ab316566c..a535620fe6 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/pip/pip-25.0.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/pip/pip-25.0.1.ebuild @@ -7,7 +7,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_TESTED=( pypy3 python3_{10..13} ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 ) PYTHON_REQ_USE="ssl(+),threads(+)" inherit bash-completion-r1 distutils-r1