* [libgpiod][PATCH] bindings: python: remove egg-info during clean
@ 2026-02-28 18:52 Vincent Fazio
2026-03-02 11:19 ` Bartosz Golaszewski
0 siblings, 1 reply; 2+ messages in thread
From: Vincent Fazio @ 2026-02-28 18:52 UTC (permalink / raw)
To: linux-gpio; +Cc: Vincent Fazio
The egg-info directory gets generated when a distribution is built so
should be removed when `make clean` is run.
Signed-off-by: Vincent Fazio <vfazio@gmail.com>
---
bindings/python/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 2ae8ac8..19ebb32 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -30,6 +30,7 @@ endif
clean-local:
rm -rf dist
+ rm -rf gpiod.egg-info
rm -f gpiod/_ext.*.so
rm -f tests/*/_ext.*.so
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [libgpiod][PATCH] bindings: python: remove egg-info during clean
2026-02-28 18:52 [libgpiod][PATCH] bindings: python: remove egg-info during clean Vincent Fazio
@ 2026-03-02 11:19 ` Bartosz Golaszewski
0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2026-03-02 11:19 UTC (permalink / raw)
To: linux-gpio, Vincent Fazio; +Cc: Bartosz Golaszewski
On Sat, 28 Feb 2026 12:52:13 -0600, Vincent Fazio wrote:
> The egg-info directory gets generated when a distribution is built so
> should be removed when `make clean` is run.
>
>
Applied, thanks!
[1/1] bindings: python: remove egg-info during clean
https://git.kernel.org/brgl/c/ca20f1c3aa180b566aff1a72bf120f3306c15341
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-02 11:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-28 18:52 [libgpiod][PATCH] bindings: python: remove egg-info during clean Vincent Fazio
2026-03-02 11:19 ` Bartosz Golaszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox