public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add python2 to the runtime
@ 2026-09-11 14:41 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-09-11 14:41 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : flatpaks/flatpak-runtime
            Branch : f45
            Commit : ff681c9c3bfc646b85b0117404357d538917d095
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2020-03-20T21:51:58+01:00
            Stats  : +9/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/ff681c9c3bfc646b85b0117404357d538917d095?branch=f45

            Log:
            Add python2 to the runtime

This should make it easier to move gimp and inkscape flatpaks off the
F29 flatpak runtime they are currently using. Hopefully by the time F31
is about to go EOL both of these have been ported to python3, so we can
drop python2 from the F32 runtime.

---
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index d40beda..4e22062 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -421,6 +421,8 @@ data:
       - python-setuptools-wheel
       - python3-setuptools
       - python3-six
+      - python2
+      - python2-libs
       - python3
       - python3-libs
       - qgnomeplatform
@@ -908,6 +910,8 @@ data:
       - python-setuptools-wheel
       - python3-setuptools
       - python3-six
+      - python2
+      - python2-libs
       - python3
       - python3-libs
       - qgnomeplatform
@@ -1898,6 +1902,8 @@ data:
       - python-setuptools-wheel
       - python3-setuptools
       - python3-six
+      - python2
+      - python2-libs
       - python3
       - python3-devel
       - python3-libs
@@ -2952,6 +2958,8 @@ data:
       - python-setuptools-wheel
       - python3-setuptools
       - python3-six
+      - python2
+      - python2-libs
       - python3
       - python3-devel
       - python3-libs

diff --git a/package-notes.txt b/package-notes.txt
index 34ee2e9..77e98c9 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -127,6 +127,7 @@ p11-kit-server: EB: provides p11-kit-client.so to make certificates work in cont
 pam: FD: systemd, util-linux
 pkgconf-pkg-config: EB: hard to build, xorg-x11-font-utils wants
 publicsuffix-list-dafsa
+python2: EB
 python3-cairo: E
 python3-gobject: E
 python3-libs

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

only message in thread, other threads:[~2026-09-11 14:41 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:41 [flatpaks/flatpak-runtime] f45: Add python2 to the runtime Kalev Lember

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