aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-core
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2021-03-25 13:33:53 +0100
committerKhem Raj <raj.khem@gmail.com>2021-03-26 10:32:32 -0700
commitccb08248e4ea02373b857ef1975e8a2273b14a69 (patch)
treeb0d2248a140c32adb2bfb9c0164b5dcd09951115 /meta-python/recipes-core
parentda97e1d0af62d1458913462073440bc7b4bf8176 (diff)
downloadmeta-openembedded-contrib-ccb08248e4ea02373b857ef1975e8a2273b14a69.tar.gz
python3-jmespath: new package
Add a recipe for jmespath: a python module implementing a query language for JSON. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index e4e67221f7..936053c69f 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -188,6 +188,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
python3-jdatetime \
python3-jdcal \
python3-jedi \
+ python3-jmespath \
python3-jsmin \
python3-jsonpatch \
python3-jsonpath-rw \