public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Add python3-dbus and python3-packaging
Date: Fri, 11 Sep 2026 14:42:40 GMT [thread overview]
Message-ID: <178913776030.1.575031789837018220.flatpaks-flatpak-runtime-77c9836c8be3@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-11 14:42 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=178913776030.1.575031789837018220.flatpaks-flatpak-runtime-77c9836c8be3@fedoraproject.org \
--to=yselkowi@redhat.com \
--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