public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-aiohttp] f45: Improve pyproject macro line-continuation
@ 2026-08-24  8:05 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-24  8:05 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-aiohttp
            Branch : f45
            Commit : 327688041ccece9e8fa36028cd9cd38173086a7c
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-08-20T10:20:47+01:00
            Stats  : +4/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-aiohttp/c/327688041ccece9e8fa36028cd9cd38173086a7c?branch=f45

            Log:
            Improve pyproject macro line-continuation

[skip changelog]

---
diff --git a/python-aiohttp.spec b/python-aiohttp.spec
index 8d47470..1611698 100644
--- a/python-aiohttp.spec
+++ b/python-aiohttp.spec
@@ -86,9 +86,10 @@ sed --in-place \
 
 %generate_buildrequires
 export AIOHTTP_USE_SYSTEM_DEPS=1
-%{pyproject_buildrequires \
-    requirements/cython.in \
-    %{?with_tests:requirements/test.in}}
+%{pyproject_buildrequires %{shrink:
+    requirements/cython.in
+    %{?with_tests:requirements/test.in}
+    }}
 
 
 %build

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-24  8:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24  8:05 [rpms/python-aiohttp] f45: Improve pyproject macro line-continuation Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox