summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-11-08 16:59:30 +0000
committerKhem Raj <raj.khem@gmail.com>2021-11-09 06:52:28 -0800
commitcd430556f8663f8c9e9fb085f8d96bb36df7df2b (patch)
treeee79849cbbaa9c8f91c6fe75f371bc05174800f0 /meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb
parente710ce117d09c733a1d89d1e2792096859de9c6b (diff)
downloadmeta-openembedded-cd430556f8663f8c9e9fb085f8d96bb36df7df2b.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cryptography_3.3.2.bb1
1 files changed, 1 insertions, 0 deletions
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
11SRC_URI += " \ 11SRC_URI += " \
12 file://run-ptest \ 12 file://run-ptest \
13 file://h-test.patch \ 13 file://h-test.patch \
14 file://openssl3.patch \
14" 15"
15 16
16inherit pypi setuptools3 17inherit pypi setuptools3