dev-python/pyopenssl: Revbump due to eclass 3.10 cond dep bug

Bug: https://bugs.gentoo.org/955213
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-02 11:25:59 +02:00
parent 716a113f07
commit 4ac9b2c547

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=pyOpenSSL
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 toolchain-funcs pypi
@@ -26,7 +26,7 @@ RDEPEND="
>=dev-python/cryptography-41.0.5[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/typing-extensions-4.9[${PYTHON_USEDEP}]
' 3.{10..12})
' 3.{11..12})
"
BDEPEND="
test? (