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 <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2025-07-30 17:03:34 +01:00
committed by Richard Purdie
parent b1e50dae49
commit e765f015d4

View File

@@ -24,6 +24,7 @@ inherit pypi python_maturin cargo-update-recipe-crates pkgconfig
DEPENDS += " \
python3-cffi-native \
openssl \
"
RDEPENDS:${PN} += " \