From 9737f869c01f7edc8e250e994507b5d7069e0d1d Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Jun 28 2017 17:06:35 +0000 Subject: 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 (*)