public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/autowrap] f44: Fix invalid extras in %pyproject_buildrequires -x
@ 2026-08-20 11:33
0 siblings, 0 replies; only message in thread
From: @ 2026-08-20 11:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/autowrap
Branch : f44
Commit : 11bc9cab3e4917a0e55bb6a534b7dc9986345215
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-02-23T15:23:03+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/autowrap/c/11bc9cab3e4917a0e55bb6a534b7dc9986345215?branch=f44
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/autowrap.spec b/autowrap.spec
index 750afe2..61968ff 100644
--- a/autowrap.spec
+++ b/autowrap.spec
@@ -44,7 +44,7 @@ Obsoletes: python2-autowrap < 0:%{version}-%{release}
rm -rf %{name}-release-%{version}/autowrap/data_files/boost
%generate_buildrequires
-%pyproject_buildrequires -x tests
+%pyproject_buildrequires -x test
%build
%pyproject_wheel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-20 11:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-20 11:33 [rpms/autowrap] f44: 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