summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-jmespath_0.10.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-10-12 03:16:54 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-10-12 03:16:54 +0000
commitb53ad3d7308ad2e85496fce8af27a59ec076f958 (patch)
tree8e9df6c67c8b176f240c06b6e12188c3f2f69d3c /meta-openstack/recipes-devtools/python/python3-jmespath_0.10.0.bb
parentf63bba0cba3ef549507d3258f6f5b1265d121c50 (diff)
downloadmeta-cloud-services-b53ad3d7308ad2e85496fce8af27a59ec076f958.tar.gz
python: drop recipes provided elsewhere
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-jmespath_0.10.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-jmespath_0.10.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-jmespath_0.10.0.bb b/meta-openstack/recipes-devtools/python/python3-jmespath_0.10.0.bb
deleted file mode 100644
index 24546cf..0000000
--- a/meta-openstack/recipes-devtools/python/python3-jmespath_0.10.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "JSON Matching Expressions"
2HOMEPAGE = "https://pypi.org/project/jmespath/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2683790f5fabb41a3f75b70558799eb4"
6
7SRC_URI[md5sum] = "65bdcb5fa5bcf1cc710ffa508e78e408"
8SRC_URI[sha256sum] = "b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9"
9
10inherit setuptools3 pypi
11
12RDEPENDS:${PN} += " \
13 python3-math \
14 python3-json \
15 python3-numbers \
16"