* [libgpiod][PATCH] bindings: python: remove wheel from build dependencies
@ 2026-03-28 15:38 Vincent Fazio
2026-03-30 9:04 ` Bartosz Golaszewski
0 siblings, 1 reply; 2+ messages in thread
From: Vincent Fazio @ 2026-03-28 15:38 UTC (permalink / raw)
To: linux-gpio; +Cc: Vincent Fazio
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-30 9:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-28 15:38 [libgpiod][PATCH] bindings: python: remove wheel from build dependencies Vincent Fazio
2026-03-30 9:04 ` Bartosz Golaszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox