diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-07-30 17:03:34 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-04 18:04:03 +0100 |
| commit | e765f015d470c4f41fe96987292adff39ae09dd7 (patch) | |
| tree | 9179ba702c0e2356c87781a0e98a4445966e0af8 /meta/recipes-devtools/python/python3-cryptography.bb | |
| parent | b1e50dae49841f058e6d8616750cfa0e14d10a5c (diff) | |
| download | poky-e765f015d470c4f41fe96987292adff39ae09dd7.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-cryptography.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
| 24 | 24 | ||
| 25 | DEPENDS += " \ | 25 | DEPENDS += " \ |
| 26 | python3-cffi-native \ | 26 | python3-cffi-native \ |
| 27 | openssl \ | ||
| 27 | " | 28 | " |
| 28 | 29 | ||
| 29 | RDEPENDS:${PN} += " \ | 30 | RDEPENDS:${PN} += " \ |
