From fa1c6a10fc571c8591e112dc0d29143903743670 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 23 Jan 2017 17:13:36 -0500 Subject: python-osprofiler: uprev to v1.5.0 This uprev is required to suppor the uprev of python-keyston to the latest stable/newton. Signed-off-by: Mark Asselstine --- .../python/python-osprofiler_0.3.0.bb | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb deleted file mode 100644 index 1883dbb..0000000 --- a/meta-openstack/recipes-devtools/python/python-osprofiler_0.3.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "OpenStack Profiler Library" -HOMEPAGE = "http://www.openstack.org/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5" - -PR = "r0" - -SRCNAME = "osprofiler" -SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "519f299f5e6040a9abf8453751225540" -SRC_URI[sha256sum] = "7d7e1d0b93ce96901f7a307a712196273818a8f20e59916ff099589b48f53207" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -# DEPENDS_default: python-pip - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# RDEPENDS_default: -RDEPENDS_${PN} += " \ - python-six \ - python-webob \ - python-pbr \ - " -- cgit v1.2.3-54-g00ecf