From 01e48ee4ade862c75cc73202b65842de940348ef Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 30 Jul 2025 17:03:34 +0100 Subject: [PATCH] python3-cryptography: add missing openssl DEPENDS This package links to openssl, so add it to the dependencies explicitly. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-cryptography.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-cryptography.bb b/meta/recipes-devtools/python/python3-cryptography.bb index f41e13f4a1..5963064b72 100644 --- a/meta/recipes-devtools/python/python3-cryptography.bb +++ b/meta/recipes-devtools/python/python3-cryptography.bb @@ -24,6 +24,7 @@ inherit pypi python_maturin cargo-update-recipe-crates pkgconfig DEPENDS += " \ python3-cffi-native \ + openssl \ " RDEPENDS:${PN} += " \ -- 2.47.2