public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-httpretty] rawhide: Fix invalid extras in %pyproject_buildrequires -x
@ 2026-06-23 9:06
0 siblings, 0 replies; only message in thread
From: @ 2026-06-23 9:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-httpretty
Branch : rawhide
Commit : a10c1ded6179b5b9046642c7d48f6ed6a9414e85
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-06-23T08:53:01+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-httpretty/c/a10c1ded6179b5b9046642c7d48f6ed6a9414e85?branch=rawhide
Log:
Fix invalid extras in %pyproject_buildrequires -x
The extras requested via -x do not match the project's
upstream metadata, causing a build failure with the new
extras validation in pyproject-rpm-macros.
See: https://src.fedoraproject.org/rpms/pyproject-rpm-macros/pull-request/534
---
diff --git a/python-httpretty.spec b/python-httpretty.spec
index 22d0497..faeedc8 100644
--- a/python-httpretty.spec
+++ b/python-httpretty.spec
@@ -85,7 +85,7 @@ Don't worry, HTTPretty is here for you.
%autosetup -n httpretty-%{version} -p1
%if %{run_tests}
-%pyproject_buildrequires -x testing
+%pyproject_buildrequires
%else
%pyproject_buildrequires
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-23 9:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-23 9:06 [rpms/python-httpretty] rawhide: Fix invalid extras in %pyproject_buildrequires -x
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox