public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add python3-dbus and python3-packaging
@ 2026-09-11 14:42 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-11 14:42 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : 77c9836c8be3e515b86f7232c9dcab15d9a8faf0
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-03-02T20:29:46-05:00
            Stats  : +6/-0 in 3 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/77c9836c8be3e515b86f7232c9dcab15d9a8faf0?branch=f45

            Log:
            Add python3-dbus and python3-packaging

Experience has shown that building anything in /app which clobbers
buildroot components causes breakage.  While 'dbus' results in a simple
error message for a dnf plugin that we may not need in the context of
mock builds, 'packaging' is breaking pyproject automatic dependency
detection and generation.

---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index 9f0783b..c9f574f 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -1358,6 +1358,7 @@ flatpak:
     - python3-cairo
     - python3-cairo-devel
     - python3-cython
+    - python3-dbus
     - python3-devel
     - python3-gobject
     - python3-gobject-base
@@ -1370,6 +1371,7 @@ flatpak:
     - python3-mako
     - python3-markdown
     - python3-markupsafe
+    - python3-packaging
     - python3-pip
     - python3-pygments
     - python3-pyparsing

diff --git a/container.yaml b/container.yaml
index 8163191..3febb30 100644
--- a/container.yaml
+++ b/container.yaml
@@ -702,6 +702,7 @@ flatpak:
     - python-unversioned-command
     - python3
     - python3-cairo
+    - python3-dbus
     - python3-gobject
     - python3-gobject-base
     - python3-gobject-base-noarch
@@ -711,6 +712,7 @@ flatpak:
     - python3-mako
     - python3-markdown
     - python3-markupsafe
+    - python3-packaging
     - python3-setuptools
     - python3-six
     - rav1e-libs

diff --git a/package-notes.txt b/package-notes.txt
index 9a20f3b..8792d6b 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -120,8 +120,10 @@ pipewire-jack-audio-connection-kit: EB
 pkgconf-pkg-config: EB: hard to build, xorg-x11-font-utils wants
 publicsuffix-list-dafsa
 python3-cairo: E
+python3-dbus: EB: dependency of dnf-plugins-core, and because of that cannot be built for /app as dnf in koji buildroots can't use modules installed in /app
 python3-gobject: E
 python3-libs
+python3-packaging: EB: dependency of python3-rpm-generators, and because of that cannot be built for /app as rpmbuild in koji buildroots can't use modules installed in /app
 python3-pip
 python3-setuptools
 readline

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

only message in thread, other threads:[~2026-09-11 14:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:42 [flatpaks/flatpak-runtime] f45: Add python3-dbus and python3-packaging Yaakov Selkowitz

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