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_1.5.0.bb | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb new file mode 100644 index 0000000..bae0efd --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb @@ -0,0 +1,35 @@ +DESCRIPTION = "OpenStack Profiler Library" +HOMEPAGE = "http://www.openstack.org/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=19cbd64715b51267a47bf3750cc6a8a5" + +SRCNAME = "osprofiler" +SRC_URI = "http://pypi.io/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "6762b5420fd95646a26c4eaca1af9e64" +SRC_URI[sha256sum] = "aee63cfd888e6049ea82535ce458ce4844b4ac893dcb18060eda24192505627e" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-pbr \ + python-six \ + python-oslo.messaging \ + python-oslo.log \ + python-oslo.utils \ + python-webob \ + python-requests \ + python-netaddr \ + python-oslo.concurrency \ + " -- cgit v1.2.3-54-g00ecf