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-jsonschema_0.7.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb (limited to 'meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb') diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb deleted file mode 100644 index 92cec50..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "An implementation of JSON-Schema validation for Python" -HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=833b6ec380e7cdfcdab8ea6138da2e34" - -PR = "0" -SRCNAME = "jsonschema" - -SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" - -SRC_URI[md5sum] = "b93f9bd7864d7c5c587951efa4c0a80f" -SRC_URI[sha256sum] = "703b92b969d245b060b37055305110539507dfdc64ac1760b1868ca489c121e0" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils -- cgit v1.2.3-54-g00ecf