Message ID | 20250730160343.4053614-4-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [01/13] classes/python_pep517: centralise shared inherits | expand |
diff --git a/meta/recipes-devtools/python/python3-cryptography.bb b/meta/recipes-devtools/python/python3-cryptography.bb index f41e13f4a1c..5963064b724 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} += " \
This package links to openssl, so add it to the dependencies explicitly. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-cryptography.bb | 1 + 1 file changed, 1 insertion(+)