mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Khem Raj
parent
26b54000a5
commit
0435f29e0e
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user