diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb b/meta-python/recipes-devtools/python/python3-jmespath_1.1.0.bb new file mode 100644 index 0000000000..5d03382e69 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jmespath_1.1.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;md5=03b6f09850fb409684cafac03f85aff1" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "472c87d80f36026ae83c6ddd0f1d05d4e510134ed462851fd5f754c8c3cbb88d" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} += "python3-math python3-json python3-numbers" | ||
