From 0435f29e0ea5954cb53abaafc8b1877958559925 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:23:30 +0200 Subject: python3-pefile: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb b/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb index 580b17413b..f3e0711087 100644 --- a/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb +++ b/meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb @@ -11,3 +11,9 @@ PIP_INSTALL_PACKAGE = "pefile" PIP_INSTALL_DIST_PATH = "${S}/dist" BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += " \ + python3-mmap \ + python3-netclient \ + python3-stringold \ +" -- cgit v1.2.3-54-g00ecf