public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add python3-brotli
@ 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 : 3f41a4b067d60ce68a65d2963ef14dfa813029e9
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-03-02T20:29:46-05:00
            Stats  : +3/-0 in 3 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/3f41a4b067d60ce68a65d2963ef14dfa813029e9?branch=f45

            Log:
            Add python3-brotli

libbrotli (from the same SRPM) is already in the runtime as a dependency
of libdnf, and hence cannot be safely overridden by an app build.

---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index c524c9f..ef0fc5a 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -1358,6 +1358,7 @@ flatpak:
     - python-srpm-macros
     - python-unversioned-command
     - python3
+    - python3-brotli
     - python3-cairo
     - python3-cairo-devel
     - python3-cython

diff --git a/container.yaml b/container.yaml
index 503b30a..e1d21d0 100644
--- a/container.yaml
+++ b/container.yaml
@@ -706,6 +706,7 @@ flatpak:
     - python-pip-wheel
     - python-unversioned-command
     - python3
+    - python3-brotli
     - python3-cairo
     - python3-dbus
     - python3-gobject

diff --git a/package-notes.txt b/package-notes.txt
index 6cd2374..542aa80 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -120,6 +120,7 @@ pinentry-gnome3: E
 pipewire-jack-audio-connection-kit: EB
 pkgconf-pkg-config: EB: hard to build, xorg-x11-font-utils wants
 publicsuffix-list-dafsa
+python3-brotli: EB: same SRPM as libbrotli which is a dependency of dnf, and because of that cannot be built for /app as dnf in koji buildroots can't use libraries installed in /app
 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

^ 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-brotli Yaakov Selkowitz

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