python3-pefile: add missing run-time dependencies

Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2023-05-31 10:23:30 +02:00
committed by Khem Raj
parent 26b54000a5
commit 0435f29e0e

View File

@@ -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 \
"