mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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="
|
||||
Reference in New Issue
Block a user