python3-msm: 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:29:07 +02:00
committed by Khem Raj
parent cc10ce7dca
commit e744872f30
@@ -10,8 +10,16 @@ inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-appdirs \
python3-git \
python3-fasteners \
python3-io \
python3-json \
python3-lazy \
python3-monotonic \
python3-multiprocessing \
python3-pako \
python3-pyyaml \
python3-requests \
"
do_install:append() {