From 5e98d1bfdea11d7dd5437b6d0720a81d2227ced0 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Wed, 19 Aug 2026 05:08:09 -0400 Subject: [PATCH] esptool: remove fake module 'build', PEP517 The last update to esptool (#60832) added a spurious 'build' python package that contained a full duplicate of the modules provided by esptool. Upstream fully supports PEP517 now, and switching to that buld-style fully resolves the issue. PR link: https://github.com/void-linux/void-packages/pull/60832 Actions run where we see `build` being added: https://github.com/void-linux/void-packages/actions/runs/26738070705/job/79329249780?pr=60832#step:9:9 --- srcpkgs/esptool/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/esptool/template b/srcpkgs/esptool/template index 244f3fa18dd38b..7fe844cb12851f 100644 --- a/srcpkgs/esptool/template +++ b/srcpkgs/esptool/template @@ -1,8 +1,8 @@ # Template file for 'esptool' pkgname=esptool version=4.11.0 -revision=1 -build_style=python3-module +revision=2 +build_style=python3-pep517 hostmakedepends="python3-setuptools" depends="python3-argcomplete python3-bitstring python3-cryptography python3-ecdsa python3-intelhex python3-pyserial python3-reedsolo