public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Traylen <steve.traylen@cern.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/python-aodhclient] f45: Use pyproject macros to ignore deps
Date: Thu, 27 Aug 2026 11:28:57 GMT	[thread overview]
Message-ID: <178783013739.1.12370208340495495211.rpms-python-aodhclient-f7bfba8aec4c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-aodhclient
            Branch : f45
            Commit : f7bfba8aec4c0ca96350286a09ac752f8e12ea53
            Author : Steve Traylen <steve.traylen@cern.ch>
            Date   : 2026-08-27T13:24:13+02:00
            Stats  : +4/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-aodhclient/c/f7bfba8aec4c0ca96350286a09ac752f8e12ea53?branch=f45

            Log:
            Use pyproject macros to ignore deps

Use the new pyproject macros to ignore dependencies.

[skip changelog]

---
diff --git a/python-aodhclient.spec b/python-aodhclient.spec
index 13b9660..5e67a3a 100644
--- a/python-aodhclient.spec
+++ b/python-aodhclient.spec
@@ -77,13 +77,10 @@ Requires:         python3-%{pypi_name} = %{version}-%{release}
 
 sed -i /^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d tox.ini
 
-sed -i \
-    -e "/^coverage[[:space:]]*[><=]/d" \
-    -e "/^pifpaf[[:space:]]*[><=]/d" \
-    -e "/^tempest[[:space:]]*[><=]/d" \
-    -e "/^reno[[:space:]]*[><=]/d" \
-    test-requirements.txt doc/requirements.txt
-
+%pyproject_patch_dependency coverage:ignore
+%pyproject_patch_dependency pifpaf:ignore
+%pyproject_patch_dependency tempest:ignore
+%pyproject_patch_dependency reno:ignore
 
 %generate_buildrequires
 %if 0%{?with_doc}

                 reply	other threads:[~2026-08-27 11:28 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=178783013739.1.12370208340495495211.rpms-python-aodhclient-f7bfba8aec4c@fedoraproject.org \
    --to=steve.traylen@cern.ch \
    --cc=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