diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-06 16:11:58 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-10 09:48:17 -0400 |
| commit | a96e4cceaeb02aa62980f05d6d89ba84d0d70731 (patch) | |
| tree | fb57b4432e16edc678da7469fcdc04062bff6b57 /meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb | |
| parent | 7b094235630214ccf19b651808031ef1c984bb85 (diff) | |
| download | meta-cloud-services-a96e4cceaeb02aa62980f05d6d89ba84d0d70731.tar.gz | |
python-jsonpatch: upgrade 1.9 -> 1.11
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb b/meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb deleted file mode 100644 index 24c87b0..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | DESCRIPTION = "An implementation of the JSON Patch format" | ||
| 2 | HOMEPAGE = "https://github.com/stefankoegl/python-json-patch" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD+" | ||
| 5 | LIC_FILES_CHKSUM = "file://jsonpatch.py;beginline=3;endline=30;md5=5cd7d1fbd6b236ed142e4285624f58fe" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "jsonpatch" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "5eee76359052a1c289cf61eaf037332d" | ||
| 13 | SRC_URI[sha256sum] = "e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-jsonpointer" | ||
