From 20720fe5fea154eb750261bcbd1e2c5e3529fc31 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 17 Feb 2025 07:06:47 +0000 Subject: [PATCH] dev-python/urllib3: Sync with Gentoo It's from Gentoo commit a0903eac1b430a45080d6ed9073ceaadd5b6c925. --- .../portage-stable/dev-python/urllib3/urllib3-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/urllib3/urllib3-2.3.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/urllib3/urllib3-2.3.0.ebuild index 756f5fa189..bb0cc7aae9 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/urllib3/urllib3-2.3.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/urllib3/urllib3-2.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling PYTHON_TESTED=( python3_{10..13} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3_11 ) PYTHON_REQ_USE="ssl(+)" inherit distutils-r1 pypi