From 4c269b936494235219916fa82c291c3bcf40b9c6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 7 Apr 2014 16:29:20 -0400 Subject: havana/stable:ceilometer: update and introduce package for havana/stable The havana stable and icehouse ceilometer required two new packages and updated wsme and stevedore. So we update them here. Signed-off-by: Bruce Ashfield --- .../python/python-stevedore_0.15.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb (limited to 'meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb') diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb b/meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb new file mode 100644 index 0000000..4d700fc --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Manage dynamic plugins for Python applications" +HOMEPAGE = "https://github.com/dreamhost/stevedore" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +PR = "r0" + +SRCNAME = "stevedore" +SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "437ee0a0168c78433b2b8faec0ae482d" +SRC_URI[sha256sum] = "bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf