From e765f015d470c4f41fe96987292adff39ae09dd7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 30 Jul 2025 17:03:34 +0100 Subject: python3-cryptography: add missing openssl DEPENDS This package links to openssl, so add it to the dependencies explicitly. (From OE-Core rev: 01e48ee4ade862c75cc73202b65842de940348ef) 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(+) (limited to 'meta/recipes-devtools/python/python3-cryptography.bb') 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} += " \ -- cgit v1.2.3-54-g00ecf