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>
This commit is contained in:
Bartosz Golaszewski 2023-05-31 10:22:57 +02:00 committed by Khem Raj
parent 8a0dbc0c53
commit c54a842045

View File

@ -23,6 +23,7 @@ PIP_INSTALL_DIST_PATH = "${S}/dist"
RDEPENDS:${PN} += " \
python3-compression \
python3-io \
python3-mmap \
python3-pprint \
python3-shell \
"