From: Vincent Fazio <vfazio@gmail.com>
To: linux-gpio@vger.kernel.org
Cc: Vincent Fazio <vfazio@gmail.com>
Subject: [libgpiod][PATCH] bindings: python: remove wheel from build dependencies
Date: Sat, 28 Mar 2026 10:38:30 -0500 [thread overview]
Message-ID: <20260328153830.57177-1-vfazio@gmail.com> (raw)
The `wheel` package is not actually a build dependency for the project
since it is not imported during setup.
The `setuptools` documentation [0] says it was documented as required at
one point and that most packages have cargo culted the inclusion.
[0]: https://setuptools.pypa.io/en/latest/userguide/quickstart.html#basic-use
Signed-off-by: Vincent Fazio <vfazio@gmail.com>
---
bindings/python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml
index 1c3549c..9ac2157 100644
--- a/bindings/python/pyproject.toml
+++ b/bindings/python/pyproject.toml
@@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2023 Phil Howard <phil@gadgetoid.com>
[build-system]
-requires = ["setuptools>=77.0.0", "wheel", "packaging"]
+requires = ["setuptools>=77.0.0", "packaging"]
build-backend = "setuptools.build_meta"
[project]
--
2.43.0
next reply other threads:[~2026-03-28 15:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-28 15:38 Vincent Fazio [this message]
2026-03-30 9:04 ` [libgpiod][PATCH] bindings: python: remove wheel from build dependencies 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=20260328153830.57177-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