commit: f1fac2d9fe291f036e60efab036f5c02b1791c25 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Apr 15 07:33:55 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Apr 15 20:00:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1fac2d9
dev-embedded/esptool: make python multi-impl There seems to be no reason why esptool is python single-impl. Being python single-impl causes issues for consumer of the dev-embedded/esptool dependency. For example, dev-embedded/esp-idf (from ::guru), currently declares the dev-embedded/esptool dependency without [${PYTHON_USEDEP}] as consequence of this. Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/36264 .../esptool/{esptool-4.7.0-r1.ebuild => esptool-4.7.0-r2.ebuild} | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-embedded/esptool/esptool-4.7.0-r1.ebuild b/dev-embedded/esptool/esptool-4.7.0-r2.ebuild similarity index 98% rename from dev-embedded/esptool/esptool-4.7.0-r1.ebuild rename to dev-embedded/esptool/esptool-4.7.0-r2.ebuild index a74f88cb2a8b..1788d7b8b0a1 100644 --- a/dev-embedded/esptool/esptool-4.7.0-r1.ebuild +++ b/dev-embedded/esptool/esptool-4.7.0-r2.ebuild @@ -5,7 +5,6 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools -DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1