public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-tornado] rawhide: Drop redundant BuildRequires for python3-wheel
Date: Tue, 07 Jul 2026 09:52:56 GMT [thread overview]
Message-ID: <178341797604.1.14833469648846054519.rpms-python-tornado-894309212fa1@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-tornado
Branch : rawhide
Commit : 894309212fa1ecd8846768b15fb17a58f6aaa467
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-07-03T15:30:01+00:00
Stats : +25/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-tornado/c/894309212fa1ecd8846768b15fb17a58f6aaa467?branch=rawhide
Log:
Drop redundant BuildRequires for python3-wheel
---
diff --git a/dd91a0ee.patch b/dd91a0ee.patch
new file mode 100644
index 0000000..10f70a5
--- /dev/null
+++ b/dd91a0ee.patch
@@ -0,0 +1,22 @@
+From 0916d643f9fccf4969b2b640133e2e32983a5a88 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
+Date: Mon, 28 Jul 2025 13:33:52 +0200
+Subject: [PATCH] Do not require wheel for building
+
+ - current version of setuptools (70.1+) does not need wheel at all
+ - older versions of setuptools would fetch wheel when building wheels (but not sdists)
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 7d657f437f..96c8172f2f 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools", "wheel"]
++requires = ["setuptools"]
+ build-backend = "setuptools.build_meta"
+
+ [tool.black]
diff --git a/python-tornado.spec b/python-tornado.spec
index fc47268..319a128 100644
--- a/python-tornado.spec
+++ b/python-tornado.spec
@@ -19,6 +19,9 @@ URL: https://www.tornadoweb.org
Source0: https://github.com/tornadoweb/tornado/archive/v%{version}/%{srcname}-%{version}.tar.gz
# Fix for Python 3.15.0b1
Patch: Temporarily-disable-test-multi-process.patch
+# Drop redundant BuildRequires for python3-wheel
+# https://github.com/fedora-eln/eln/issues/284
+Patch: https://github.com/tornadoweb/tornado/commit/dd91a0ee.patch
BuildRequires: gcc
BuildRequires: python3-devel
reply other threads:[~2026-07-07 9:52 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=178341797604.1.14833469648846054519.rpms-python-tornado-894309212fa1@fedoraproject.org \
--to=git-commits@fedoraproject.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