From cd430556f8663f8c9e9fb085f8d96bb36df7df2b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 8 Nov 2021 16:59:30 +0000 Subject: python3-cryptography: backport patches to make this work against OpenSSL 3 Backport just enough changes that python3-cryptography doesn't crash on startup when linked against OpenSSL 3. This is very much not complete, and the upgrade to the latest version of python3-crytography has to happen soon. Signed-off-by: Ross Burton Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb index baec105a3e..8808b81625 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb @@ -11,6 +11,7 @@ SRC_URI[sha256sum] = "5a60d3780149e13b7a6ff7ad6526b38846354d11a15e21068e57073e29 SRC_URI += " \ file://run-ptest \ file://h-test.patch \ + file://openssl3.patch \ " inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf