dev-python/httpcore: 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:24:00 +02:00
parent b3be0554d3
commit 517c28eb6b
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
inherit distutils-r1 optfeature

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} )
PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
inherit distutils-r1 optfeature
@@ -40,7 +40,7 @@ BDEPEND="
$(python_gen_cond_dep '
dev-python/pytest-trio[${PYTHON_USEDEP}]
dev-python/trio[${PYTHON_USEDEP}]
' 3.{10..13})
' 3.{11..13})
)
"