From e5e6d6fe9a12318c12c5ece5e9efecaf24969a85 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 27 Feb 2024 09:51:37 -0800 Subject: python3-bcrypt: Fix build break on arches without 64 bit atomics bump pyo3 to 0.20.3, which brings the needed fixes for building for architectures without 64bit atomics [1] [1] https://github.com/pyca/bcrypt/pull/746 (From OE-Core rev: 33bd36308be828123a820c5eed2f1fa9e3a7c0f6) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb') diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb index 8328594bad..93fa645f33 100644 --- a/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb +++ b/meta/recipes-devtools/python/python3-bcrypt_4.1.2.bb @@ -11,6 +11,7 @@ SRC_URI[sha256sum] = "33313a1200a3ae90b75587ceac502b048b840fc69e7f7a0905b5f87fac inherit pypi python_setuptools3_rust ptest-cargo cargo-update-recipe-crates SRC_URI += " \ + file://0001-Bump-pyo3-from-0.20.0-to-0.20.3-in-src-_bcrypt-746.patch \ file://run-ptest \ " -- cgit v1.2.3-54-g00ecf