From: Vincent Fazio <vfazio@gmail.com>
To: linux-gpio@vger.kernel.org
Cc: Vincent Fazio <vfazio@gmail.com>
Subject: [libgpiod][PATCH] bindings: python: remove egg-info during clean
Date: Sat, 28 Feb 2026 12:52:13 -0600 [thread overview]
Message-ID: <20260228185213.31442-1-vfazio@gmail.com> (raw)
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
next reply other threads:[~2026-02-28 18:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-28 18:52 Vincent Fazio [this message]
2026-03-02 11:19 ` [libgpiod][PATCH] bindings: python: remove egg-info during clean Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260228185213.31442-1-vfazio@gmail.com \
--to=vfazio@gmail.com \
--cc=linux-gpio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox