diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:30 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:59 -0700 |
commit | 0435f29e0ea5954cb53abaafc8b1877958559925 (patch) | |
tree | efbf39cea7bb1d64639d351f5f684a6b043a9249 /meta-python | |
parent | 26b54000a5a90f1e08d08e9e9bcf4184019a3bac (diff) | |
download | meta-openembedded-0435f29e0ea5954cb53abaafc8b1877958559925.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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 580b17413..f3e071108 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" | |||
11 | PIP_INSTALL_DIST_PATH = "${S}/dist" | 11 | PIP_INSTALL_DIST_PATH = "${S}/dist" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | |||
15 | RDEPENDS:${PN} += " \ | ||
16 | python3-mmap \ | ||
17 | python3-netclient \ | ||
18 | python3-stringold \ | ||
19 | " | ||