summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-08-15 15:20:46 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:49:25 +0200
commit3c208853183758ec08bc3771c108981338d88b70 (patch)
tree643583543ffbd74b5ef8b5949bbe4711f3834c43 /meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb
parent7cf433a523b6179e27c80785a0ed62bf81553add (diff)
downloadmeta-openembedded-3c208853183758ec08bc3771c108981338d88b70.tar.gz
python-jsonpatch: update to version 1.14
* Use inspect.signature() Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb b/meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb
deleted file mode 100644
index 085ba59599..0000000000
--- a/meta-python/recipes-devtools/python/python-jsonpatch_1.13.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1SUMMARY = "Appling JSON patches in Python 2.6+ and 3.x"
2HOMEPAGE = "https://github.com/stefankoegl/python-json-patch"
3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
5
6inherit pypi setuptools
7
8SRC_URI[md5sum] = "4d6650ced683f632e117bafe5d9f093b"
9SRC_URI[sha256sum] = "9470656a08002e309632b59772b206ce0564c9a77b44c25f05f49dd2cad248d5"
10
11RDEPENDS_${PN} += "python-re python-json python-jsonpointer"
12