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-anyjson_0.2.4.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb b/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb deleted file mode 100644 index e813d05..0000000 --- a/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Loads the best available JSON implementation available in a common interface" -HOMEPAGE = "https://bitbucket.org/runeh/anyjson" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=989aa97e73c912a83a3c873fa11deb08" - -PR = "r0" -SRCNAME = "anyjson" - -SRC_URI = "http://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -SRC_URI[md5sum] = "ed707033ad6cee0a44db199c289a4c80" -SRC_URI[sha256sum] = "27ddec5bc9220c13f405cb30adee9b5db17a608f56935618785219348c8a90ac" - -RDEPENDS_${PN} = "python-simplejson" -- cgit v1.2.3-54-g00ecf