From: Yaakov Selkowitz <yselkowi@redhat.com>
To: linux-rt-users@vger.kernel.org
Subject: [PATCH] rteval: do not require wheel for building
Date: Wed, 26 Nov 2025 18:12:12 -0500 [thread overview]
Message-ID: <20251126231223.100316-1-yselkowi@redhat.com> (raw)
Setuptools 70.1+ does not need wheel at all; older versions would fetch
wheel when building wheels (but not sdists).
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
---
See also: https://github.com/fedora-eln/eln/issues/284
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 9fc681f..4ea8a78 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=61.0", "wheel"]
+requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
--
2.51.1
reply other threads:[~2025-11-26 23:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20251126231223.100316-1-yselkowi@redhat.com \
--to=yselkowi@redhat.com \
--cc=linux-rt-users@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