public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Owen W. Taylor <otaylor@fishsoup.net>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Freeze the version of python-cryptography to fix a build error
Date: Fri, 11 Sep 2026 14:40:03 GMT [thread overview]
Message-ID: <178913760309.1.12406631853483120003.flatpaks-flatpak-runtime-9737f869c01f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 9737f869c01f7edc8e250e994507b5d7069e0d1d
Author : Owen W. Taylor <otaylor@fishsoup.net>
Date : 2017-06-28T13:06:35-04:00
Stats : +7/-2 in 2 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/9737f869c01f7edc8e250e994507b5d7069e0d1d?branch=f45
Log:
Freeze the version of python-cryptography to fix a build error
Build was failing because python-asn1crypto isn't yet in F26 (and thus
not built as a dependency) and because python-cryptograpy-vectors isn't
in bootstrap.
---
diff --git a/flatpak-runtime-packages.yaml b/flatpak-runtime-packages.yaml
index 955a1fb..5326aa2 100644
--- a/flatpak-runtime-packages.yaml
+++ b/flatpak-runtime-packages.yaml
@@ -63,7 +63,12 @@ extra-api:
- gobject-introspection-devel
# These are keys to change for packages that we do depsolve
-overrides: {}
+overrides:
+ python-cryptography:
+ # Freeze to this version, until python-cryptography 1.9 is in updates-testing
+ # and the bootstrap module is updated as well; otherwise we fail on missing/
+ # wrong-versioned dependencies.
+ ref: e0298e25e9da5501076d61449640f61c10fdef5a
# When computing the order to build things in, we can get into circular dependencies
# For example gtk3 requires wayland which requires dot from graphviz to build, but
diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index cdb5c7f..63e610e 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -417,7 +417,7 @@ data:
buildorder: 3
python-cryptography:
rationale: Runtime requirement of python2-pyOpenSSL (*)
- ref: f26
+ ref: e0298e25e9da5501076d61449640f61c10fdef5a
buildorder: 4
python-enum34:
rationale: Runtime requirement of python2-cryptography (*)
reply other threads:[~2026-09-11 14:40 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=178913760309.1.12406631853483120003.flatpaks-flatpak-runtime-9737f869c01f@fedoraproject.org \
--to=otaylor@fishsoup.net \
--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