public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Freeze the version of python-cryptography to fix a build error
@ 2026-09-11 14:40 Owen W. Taylor
0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-09-11 14:40 UTC (permalink / raw)
To: git-commits
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 (*)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:40 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:40 [flatpaks/flatpak-runtime] f45: Freeze the version of python-cryptography to fix a build error Owen W. Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox