diff options
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb | 12 |
2 files changed, 13 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 = "\ | |||
188 | python3-jdatetime \ | 188 | python3-jdatetime \ |
189 | python3-jdcal \ | 189 | python3-jdcal \ |
190 | python3-jedi \ | 190 | python3-jedi \ |
191 | python3-jmespath \ | ||
191 | python3-jsmin \ | 192 | python3-jsmin \ |
192 | python3-jsonpatch \ | 193 | python3-jsonpatch \ |
193 | python3-jsonpath-rw \ | 194 | python3-jsonpath-rw \ |
diff --git a/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb b/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb new file mode 100644 index 0000000000..46976d19b3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jmespath_0.10.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "JMESPath (pronounced 'james path') allows you to declaratively specify how to extract elements from a JSON document." | ||
2 | HOMEPAGE = "https://pypi.org/project/jmespath/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2683790f5fabb41a3f75b70558799eb4" | ||
6 | |||
7 | SRC_URI[md5sum] = "65bdcb5fa5bcf1cc710ffa508e78e408" | ||
8 | SRC_URI[sha256sum] = "b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | RDEPENDS_${PN} += "python3-math python3-json python3-numbers" | ||