public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Add python2 to the runtime
Date: Fri, 11 Sep 2026 14:41:02 GMT [thread overview]
Message-ID: <178913766232.1.10815540255666565780.flatpaks-flatpak-runtime-ff681c9c3bfc@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-11 14:41 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=178913766232.1.10815540255666565780.flatpaks-flatpak-runtime-ff681c9c3bfc@fedoraproject.org \
--to=klember@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