public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-aodhclient] f45: Use pyproject macros to ignore deps
@ 2026-08-27 11:28 Steve Traylen
0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-08-27 11:28 UTC (permalink / raw)
To: git-commits
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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-27 11:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-27 11:28 [rpms/python-aodhclient] f45: Use pyproject macros to ignore deps Steve Traylen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox