public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/buildstream-plugins] main: buildstream-plugins.spec: complete plugin dependencies
Date: Mon, 21 Sep 2026 20:16:44 GMT	[thread overview]
Message-ID: <179002180403.1.15630051770457476049.rpms-buildstream-plugins-4fa9ea6ff321@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/buildstream-plugins
            Branch : main
            Commit : 4fa9ea6ff321b2d5009ee768e8d4b74fd9da9b42
            Author : Javier Jardón <jjardon@gnome.org>
            Date   : 2026-09-21T21:14:30+01:00
            Stats  : +6/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/buildstream-plugins/c/4fa9ea6ff321b2d5009ee768e8d4b74fd9da9b42?branch=main

            Log:
            buildstream-plugins.spec: complete plugin dependencies

For python dependencies, adding them manually with %{py3_dist} for now.
The upstream package has no pyproject with the extra packages needed by docker,
so %pyproject_extras_subpkg cannot automatically generate +extra packages

See:
- https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_extras

Drop lzip as that is a dependency of "tar" (in buildstream core), not
here

---
diff --git a/buildstream-plugins.spec b/buildstream-plugins.spec
index b562013..0cc1c08 100644
--- a/buildstream-plugins.spec
+++ b/buildstream-plugins.spec
@@ -18,10 +18,12 @@ BuildRequires: git
 
 Requires:      buildstream >= %{version}
 
-Requires:      git
-Requires:      lzip
-Requires:      patch
-
+# docker plugin
+Recommends:    %{py3_dist requests}
+# git plugin
+Recommends:    git
+# patch plugin
+Recommends:    patch
 
 %description
 A collection of plugins for the BuildStream project

                 reply	other threads:[~2026-09-21 20:16 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=179002180403.1.15630051770457476049.rpms-buildstream-plugins-4fa9ea6ff321@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