From: Bartosz Golaszewski Date: Wed, 17 May 2023 08:06:35 +0000 (+0200) Subject: python3-pycryptodome: add missing run-time dependencies X-Git-Tag: uninative-3.10~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22713851eaafad78b8b6392a7bff15d34b7d09c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pycryptodome: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python-pycryptodome.inc b/meta/recipes-devtools/python/python-pycryptodome.inc index 86d7f261af9..8d9b6d911ea 100644 --- a/meta/recipes-devtools/python/python-pycryptodome.inc +++ b/meta/recipes-devtools/python/python-pycryptodome.inc @@ -10,6 +10,8 @@ inherit pypi PYPI_PACKAGE_EXT = "tar.gz" RDEPENDS:${PN} += " \ + python3-cffi \ + python3-ctypes \ python3-io \ python3-math \ "