public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/distgen] epel10: Fix invalid extras in %pyproject_buildrequires -x
Date: Mon, 14 Sep 2026 11:57:52 GMT [thread overview]
Message-ID: <178938707250.1.13864480337621808275.rpms-distgen-7640b2bfac8f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/distgen
Branch : epel10
Commit : 7640b2bfac8f39d935052ea3bca195fdfd06a21c
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-02-23T15:23:29+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/distgen/c/7640b2bfac8f39d935052ea3bca195fdfd06a21c?branch=epel10
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/distgen.spec b/distgen.spec
index 1ce06ce..45ca0ab 100644
--- a/distgen.spec
+++ b/distgen.spec
@@ -21,7 +21,7 @@ file and preexisting distribution metadata generate output file.
%autosetup -p1
%generate_buildrequires
-%pyproject_buildrequires -x pytest,pytest-catchlog,pytest-cov,coverage,flake8
+%pyproject_buildrequires
%build
reply other threads:[~2026-09-14 11:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178938707250.1.13864480337621808275.rpms-distgen-7640b2bfac8f@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox