public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-tornado] rawhide: Drop redundant BuildRequires for python3-wheel
@ 2026-07-07 9:52
0 siblings, 0 replies; only message in thread
From: @ 2026-07-07 9:52 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 9:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 9:52 [rpms/python-tornado] rawhide: Drop redundant BuildRequires for python3-wheel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox