public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sherlock-project] rawhide: Fix invalid extras in %pyproject_buildrequires -x
@ 2026-08-06 4:30
0 siblings, 0 replies; only message in thread
From: @ 2026-08-06 4:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sherlock-project
Branch : rawhide
Commit : f8367c12c8e37cbd3ea0fcf3d17840748de1fc2b
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-08-06T04:28:21+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/sherlock-project/c/f8367c12c8e37cbd3ea0fcf3d17840748de1fc2b?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/sherlock-project.spec b/sherlock-project.spec
index 8296167..1fc2a7f 100644
--- a/sherlock-project.spec
+++ b/sherlock-project.spec
@@ -27,7 +27,7 @@ websites. New targets are tested and implemented regularly.
sed -i '/torrequest/d' 'pyproject.toml' # Pending upstream removal
%generate_buildrequires
-%pyproject_buildrequires -t -x dev
+%pyproject_buildrequires -t
%build
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-06 4:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-06 4:30 [rpms/sherlock-project] 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