mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
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() {
|
||||
|
||||
Reference in New Issue
Block a user