public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-ruamel-yaml-clib] rawhide: Drop redundant BuildRequires for python3-wheel
@ 2026-06-29 14:33
0 siblings, 0 replies; only message in thread
From: @ 2026-06-29 14:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-ruamel-yaml-clib
Branch : rawhide
Commit : 62c5a80420d3cf085a2cb38e86c814b166c97b28
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-06-29T14:07:00+02:00
Stats : +17/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/python-ruamel-yaml-clib/c/62c5a80420d3cf085a2cb38e86c814b166c97b28?branch=rawhide
Log:
Drop redundant BuildRequires for python3-wheel
---
diff --git a/nowheel.patch b/nowheel.patch
new file mode 100644
index 0000000..8ba2b30
--- /dev/null
+++ b/nowheel.patch
@@ -0,0 +1,12 @@
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,8 +1,8 @@
+
+ [build-system]
+-requires = ["setuptools", "wheel"]
++requires = ["setuptools"]
+ # test
+ build-backend = "setuptools.build_meta"
+
+ [tool.cibuildwheel]
+ skip = "cp3??t-*"
diff --git a/python-ruamel-yaml-clib.spec b/python-ruamel-yaml-clib.spec
index ea28f80..2891ff2 100644
--- a/python-ruamel-yaml-clib.spec
+++ b/python-ruamel-yaml-clib.spec
@@ -10,6 +10,11 @@ Source: https://yaml.dev/ruamel-dl-tagged-releases/ruamel.yaml.clib-%{ve
Patch: unbundle-libyaml.patch
+# Drop redundant BuildRequires for python3-wheel
+# https://github.com/fedora-eln/eln/issues/284
+# From https://sourceforge.net/p/ruamel-yaml-clib/code/merge-requests/5/
+Patch: nowheel.patch
+
BuildRequires: gcc
%global _description %{expand:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-29 14:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 14:33 [rpms/python-ruamel-yaml-clib] 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