public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildstream-plugins] f45: buildstream-plugins.spec: complete plugin dependencies
@ 2026-09-21 20:31
0 siblings, 0 replies; only message in thread
From: @ 2026-09-21 20:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/buildstream-plugins
Branch : f45
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=f45
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 20:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 20:31 [rpms/buildstream-plugins] f45: buildstream-plugins.spec: complete plugin dependencies
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox