From fbddd862d4e19348338aded752cf5f48a5c5dda3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Nov 2013 01:06:50 -0500 Subject: python-json*: uprev json packages OpenStack Havana requires newer versions of the json packages, so we uprev them to the latest. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-jsonpatch_0.10.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb (limited to 'meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb') diff --git a/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb b/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb deleted file mode 100644 index 39ce853..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "An implementation of the JSON Patch format" -HOMEPAGE = "https://github.com/stefankoegl/python-json-patch" -SECTION = "devel/python" -LICENSE = "BSD+" -LIC_FILES_CHKSUM = "file://jsonpatch.py;beginline=3;endline=30;md5=5cd7d1fbd6b236ed142e4285624f58fe" - -PR = "0" -SRCNAME = "jsonpatch" - -SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "d9a96bdfe208c42415b1749f1b591fa7" -SRC_URI[sha256sum] = "86409f5c0a8392a277488dd11fc0f603e7241c95cf547b7048e30e69b7f74107" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-jsonpointer" -- cgit v1.2.3-54-g00ecf