commit:     98870ab2da89691af892f42f6cf09567cae7c70c
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sat Apr 12 09:57:21 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 14:04:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98870ab2

dev-embedded/esptool: porting to Python 3.13

Closes: https://bugs.gentoo.org/952288
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/41555
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-embedded/esptool/esptool-4.8.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-embedded/esptool/esptool-4.8.1.ebuild 
b/dev-embedded/esptool/esptool-4.8.1.ebuild
index de0d54efa264..58e296864a5b 100644
--- a/dev-embedded/esptool/esptool-4.8.1.ebuild
+++ b/dev-embedded/esptool/esptool-4.8.1.ebuild
@@ -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}]
        ') )

Reply via email to