summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2019-12-11 11:33:26 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-12-12 12:28:32 -0500
commitcedf993841d213b80489d47caf68a0acdd47e5b0 (patch)
tree354d788d9561356f4dd580df9ece7c2149e39b4f /meta-openstack/recipes-devtools
parentf69120f5203351fd653de72af8aac395cdf277d3 (diff)
downloadmeta-cloud-services-cedf993841d213b80489d47caf68a0acdd47e5b0.tar.gz
python-jsonpatch: Remove the recipe
Because there are higher versions and python3 versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.bb b/meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.bb
deleted file mode 100644
index 8971c96..0000000
--- a/meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1DESCRIPTION = "An implementation of the JSON Patch format"
2HOMEPAGE = "https://github.com/stefankoegl/python-json-patch"
3SECTION = "devel/python"
4LICENSE = "BSD+"
5LIC_FILES_CHKSUM = "file://jsonpatch.py;beginline=3;endline=30;md5=5cd7d1fbd6b236ed142e4285624f58fe"
6
7SRC_URI[md5sum] = "9f2d0aa31f99cc97089a203c5bed3924"
8SRC_URI[sha256sum] = "22d0bc0f5522a4a03dd9fb4c4cdf7c1f03256546c88be4c61e5ceabd22280e47"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} += "python-jsonpointer"