public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-lsp-black] f44: Fix invalid extras in %pyproject_buildrequires -x
@ 2026-07-15 10:37
0 siblings, 0 replies; only message in thread
From: @ 2026-07-15 10:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-lsp-black
Branch : f44
Commit : fad6cc3306f9582e37e8217e183acf984b1b0e63
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-07-14T14:32:03+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-lsp-black/c/fad6cc3306f9582e37e8217e183acf984b1b0e63?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/python-lsp-black.spec b/python-lsp-black.spec
index fb4784e..9c904b6 100644
--- a/python-lsp-black.spec
+++ b/python-lsp-black.spec
@@ -48,7 +48,7 @@ sed -i -r -e 's/(lsp-server)>=.*/\1/' setup.cfg
sed -i -e 's/; python_version.*//' setup.cfg
%generate_buildrequires
-%pyproject_buildrequires -x extras_require
+%pyproject_buildrequires
%build
%pyproject_wheel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 10:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 10:37 [rpms/python-lsp-black] 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