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 --- .../recipes-devtools/python/python-wsme_0.6.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-wsme_0.6.bb (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.6.bb') diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.6.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.6.bb new file mode 100644 index 0000000..b0c159a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.6.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" +HOMEPAGE = "https://pypi.python.org/pypi/WSME/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=477dfa54ede28e2f361e7db05941d7a7" + +PR = "r0" +SRCNAME = "WSME" + +SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "80a46e564ae0710118ddeded8c5f4412" +SRC_URI[sha256sum] = "8a37981ebf877d2ca8ae12f6c6fc3d920cb0c9d7be68fef419de252797dfdc15" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += "\ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf