summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:57 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commitc54a842045924c53352985e3ed2a2f6a2e8f5ffb (patch)
tree5aedb0c2e2d4b3ca7d64ccd724f5c223f26e8bd6 /meta-python/recipes-devtools/python
parent8a0dbc0c537d94f082abd595efcbcf254e86d842 (diff)
downloadmeta-openembedded-c54a842045924c53352985e3ed2a2f6a2e8f5ffb.tar.gz
python3-xlrd: 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/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
index 03c18e545..5e63d3c30 100644
--- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
@@ -23,6 +23,7 @@ PIP_INSTALL_DIST_PATH = "${S}/dist"
23RDEPENDS:${PN} += " \ 23RDEPENDS:${PN} += " \
24 python3-compression \ 24 python3-compression \
25 python3-io \ 25 python3-io \
26 python3-mmap \
26 python3-pprint \ 27 python3-pprint \
27 python3-shell \ 28 python3-shell \
28" 29"