From: Ross Burton Date: Wed, 30 Jul 2025 16:03:34 +0000 (+0100) Subject: python3-cryptography: add missing openssl DEPENDS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e48ee4ade862c75cc73202b65842de940348ef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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} += " \