aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:31 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:59 -0700
commita80adf450727a7cda9212e75bfe9c10ae2d143cf (patch)
tree6f52bc119d6f445bb590eecd8405dae42f9ac541 /meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb
parent0435f29e0ea5954cb53abaafc8b1877958559925 (diff)
downloadmeta-openembedded-contrib-a80adf450727a7cda9212e75bfe9c10ae2d143cf.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb b/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb
index b1af0f0336..4cc39a286a 100644
--- a/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonpath-rw_1.4.0.bb
@@ -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 \
+"