summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:30 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:59 -0700
commit0435f29e0ea5954cb53abaafc8b1877958559925 (patch)
treeefbf39cea7bb1d64639d351f5f684a6b043a9249 /meta-python
parent26b54000a5a90f1e08d08e9e9bcf4184019a3bac (diff)
downloadmeta-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.bb6
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"
11PIP_INSTALL_DIST_PATH = "${S}/dist" 11PIP_INSTALL_DIST_PATH = "${S}/dist"
12 12
13BBCLASSEXTEND = "native nativesdk" 13BBCLASSEXTEND = "native nativesdk"
14
15RDEPENDS:${PN} += " \
16 python3-mmap \
17 python3-netclient \
18 python3-stringold \
19"