public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-aiohttp] f45: Improve pyproject macro line-continuation
Date: Mon, 24 Aug 2026 08:05:16 GMT	[thread overview]
Message-ID: <178755871641.1.10876229869608328142.rpms-python-aiohttp-327688041cce@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-24  8:05 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=178755871641.1.10876229869608328142.rpms-python-aiohttp-327688041cce@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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