From: Vincent Fazio <vfazio@gmail.com>
To: linux-gpio@vger.kernel.org
Cc: Vincent Fazio <vfazio@gmail.com>
Subject: [libgpiod][PATCH] bindings: python: require newer setuptools
Date: Mon, 16 Feb 2026 18:53:14 -0600 [thread overview]
Message-ID: <20260217005314.31016-1-vfazio@gmail.com> (raw)
When commit d9b156ecc2ec updated pyproject.toml to conform to PEP 639
we failed to make sure the build dependencies were updated to support
the new structure.
Support for PEP 639 was added to setuptools in v77.0.0 [0] so minimally
require that version in `build-system.requires` to avoid failures.
[0]: https://setuptools.pypa.io/en/latest/history.html#v77-0-0
Fixes: d9b156ecc2ec ("bindings: python: make licensing information conform with PEP 639")
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 45d50ae..1c3549c 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>=69.0.0", "wheel", "packaging"]
+requires = ["setuptools>=77.0.0", "wheel", "packaging"]
build-backend = "setuptools.build_meta"
[project]
--
2.43.0
next reply other threads:[~2026-02-17 0:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-17 0:53 Vincent Fazio [this message]
2026-02-18 8:25 ` [libgpiod][PATCH] bindings: python: require newer setuptools 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=20260217005314.31016-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