diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2022-04-10 22:43:05 +0200 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-04-11 09:22:30 -0400 |
| commit | 09c9b9b0046d6efa99503f172c3ead628cebe23d (patch) | |
| tree | 38260fe31bde5e3ebdf57b558a751b74021b16f3 /meta-python/recipes-devtools/python/python3-jmespath_1.0.0.bb | |
| parent | bd3643a5c38f553463ec9c5c65109a8ff5ef1fe2 (diff) | |
| download | meta-openembedded-09c9b9b0046d6efa99503f172c3ead628cebe23d.tar.gz | |
python3-jmespath: update to 1.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jmespath_1.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jmespath_1.0.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jmespath_1.0.0.bb b/meta-python/recipes-devtools/python/python3-jmespath_1.0.0.bb new file mode 100644 index 0000000000..f454d6462e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jmespath_1.0.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 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[sha256sum] = "a490e280edd1f57d6de88636992d05b71e97d69a26a19f058ecf7d304474bf5e" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "python3-math python3-json python3-numbers" | ||
