diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:09:41 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-14 11:09:41 +0200 |
| commit | 82eb4cdfaf6c6ab5aa81f110d2d7908bd2b3a401 (patch) | |
| tree | 27c0a694b1c5a96d4c9aacb0159c958ab3caa30d /meta-openstack/recipes-devtools/python | |
| parent | 3eab450cde74db207523ab9f38b3cd0e8f629332 (diff) | |
| download | meta-cloud-services-82eb4cdfaf6c6ab5aa81f110d2d7908bd2b3a401.tar.gz | |
python-jsonpatch: Drop recipe
Newer recipe maintained in meta-python.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.bb | 19 |
1 files changed, 0 insertions, 19 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 3d9f058..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.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] = "9f2d0aa31f99cc97089a203c5bed3924" | ||
| 13 | SRC_URI[sha256sum] = "22d0bc0f5522a4a03dd9fb4c4cdf7c1f03256546c88be4c61e5ceabd22280e47" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-jsonpointer" | ||
