diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-04-15 09:33:55 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-04-15 22:00:24 +0200 |
commit | f1fac2d9fe291f036e60efab036f5c02b1791c25 (patch) | |
tree | bcf5762513c53918dc4169b9a2cd727ad9a2b3cc /dev-embedded | |
parent | app-shells/atuin: add 18.2.0 (diff) | |
download | gentoo-f1fac2d9fe291f036e60efab036f5c02b1791c25.tar.gz gentoo-f1fac2d9fe291f036e60efab036f5c02b1791c25.tar.bz2 gentoo-f1fac2d9fe291f036e60efab036f5c02b1791c25.zip |
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@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/36264
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/esptool/esptool-4.7.0-r2.ebuild (renamed from dev-embedded/esptool/esptool-4.7.0-r1.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-embedded/esptool/esptool-4.7.0-r1.ebuild b/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 |