mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
python3-pycryptodome: add missing run-time dependencies
Add missing RDEPENDS for this package. (From OE-Core rev: d22713851eaafad78b8b6392a7bff15d34b7d09c) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
32378e8736
commit
ccf95f51e7
@@ -10,6 +10,8 @@ inherit pypi
|
||||
PYPI_PACKAGE_EXT = "tar.gz"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-cffi \
|
||||
python3-ctypes \
|
||||
python3-io \
|
||||
python3-math \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user