dev-embedded/esptool: porting to Python 3.13

Closes: https://bugs.gentoo.org/952288
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/41555
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Martin Dummer
2025-04-12 11:57:21 +02:00
committed by Viorel Munteanu
parent e1de510dc1
commit 98870ab2da

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
@@ -34,6 +34,8 @@ BDEPEND="
')
test? ( $(python_gen_cond_dep '
dev-python/cffi[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/pyelftools[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
') )