public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/pg_activity] f44: Fix invalid extras in %pyproject_buildrequires -x
Date: Tue, 09 Jun 2026 14:29:48 GMT [thread overview]
Message-ID: <178101538851.1.5240067084505366261.rpms-pg_activity-1f6b4485aece@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pg_activity
Branch : f44
Commit : 1f6b4485aece78768f1a98008980c2cc07ee41d7
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-06-08T20:02:35+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pg_activity/c/1f6b4485aece78768f1a98008980c2cc07ee41d7?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/pg_activity.spec b/pg_activity.spec
index 76461db..e9cab93 100644
--- a/pg_activity.spec
+++ b/pg_activity.spec
@@ -31,7 +31,7 @@ Top like application for PostgreSQL server activity monitoring
%autosetup
%generate_buildrequires
-%pyproject_buildrequires -r -x tests
+%pyproject_buildrequires -r -x testing
%build
%pyproject_wheel
reply other threads:[~2026-06-09 14:29 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=178101538851.1.5240067084505366261.rpms-pg_activity-1f6b4485aece@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