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-croniter_0.3.4.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-croniter_0.3.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-croniter_0.3.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python-croniter_0.3.4.bb b/meta-openstack/recipes-devtools/python/python-croniter_0.3.4.bb new file mode 100644 index 0000000..bf4836d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-croniter_0.3.4.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "croniter provides iteration for datetime object with cron like format" +HOMEPAGE = "https://pypi.python.org/pypi/croniter/0.3.4" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e40c007e9fb06e926edd0ca838322b2b" + +PR = "r0" + +SRCNAME = "croniter" +SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.zip" + +SRC_URI[md5sum] = "0e82c181071558136d63ff3203f91290" +SRC_URI[sha256sum] = "a4cb85b6c8aafe56ff1cd22479bc3c22a70d2df758f314818ffb5b1f4d3e8189" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-dateutil \ + " -- cgit v1.2.3-54-g00ecf