From 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Mar 2015 14:41:30 -0500 Subject: support-libs: refresh round1 Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield --- .../python/python-croniter_0.3.5.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb (limited to 'meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb') diff --git a/meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb b/meta-openstack/recipes-devtools/python/python-croniter_0.3.5.bb new file mode 100644 index 0000000..723ca68 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-croniter_0.3.5.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=2c82e6382ef84397e2341a04f039abcc" + +PR = "r0" + +SRCNAME = "croniter" +SRC_URI = "http://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.zip" + +SRC_URI[md5sum] = "63cf9e4d6778dc4102a4794a39a1b45b" +SRC_URI[sha256sum] = "ecd5cda855668ae11ed5ea341e9c2145bbab88bfd0763666951cfe15bab23f50" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + +RDEPENDS_${PN} += " \ + python-dateutil \ + " -- cgit v1.2.3-54-g00ecf