dev-python/pypiserver: 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:26:23 +02:00
parent 4ac9b2c547
commit ed5040a339

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
inherit distutils-r1
@@ -28,7 +28,7 @@ RDEPEND="
>=dev-python/pip-7[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/importlib-resources[${PYTHON_USEDEP}]
' 3.{10..11})
' 3.11)
"
# NB: many test deps are optional/specific to tests we skip
BDEPEND="