mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
python3-jsonpath-rw: 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:
parent
0435f29e0e
commit
a80adf4507
|
|
@ -8,4 +8,9 @@ SRC_URI[sha256sum] = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fa
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS:${PN} += " python3-decorator"
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-decorator \
|
||||
python3-logging \
|
||||
python3-ply \
|
||||
python3-six \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user