mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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:
committed by
Richard Purdie
parent
b1e50dae49
commit
e765f015d4
@@ -24,6 +24,7 @@ inherit pypi python_maturin cargo-update-recipe-crates pkgconfig
|
|||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
python3-cffi-native \
|
python3-cffi-native \
|
||||||
|
openssl \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN} += " \
|
RDEPENDS:${PN} += " \
|
||||||
|
|||||||
Reference in New Issue
Block a user