From 322bb7b77fd155b423acec78971bbe3026f1c4e4 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 9 Aug 2017 12:54:25 +0200 Subject: python-cotyledon: Add recipe This is needed for the uprev of python-ceilometer to the latest stable/newton. Signed-off-by: Adrian Dudau --- .../python/python-cotyledon_1.6.8.bb | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-cotyledon_1.6.8.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-cotyledon_1.6.8.bb b/meta-openstack/recipes-devtools/python/python-cotyledon_1.6.8.bb new file mode 100644 index 0000000..e3aa34b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-cotyledon_1.6.8.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "Cotyledon provides a framework for defining long-running services." +HOMEPAGE = "http://cotyledon.readthedocs.org/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" + + +SRCNAME = "cotyledon" +SRC_URI = "https://pypi.python.org/packages/83/98/b1987e8e049cd6e7c2b2119e0c5afc18418880845026b64d390305fd64cc/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "3ccacbca3bc6d27ab27e366b28f379dd" +SRC_URI[sha256sum] = "2f22a8b9ed982276bd54805e7c1d6dbb273a2723ac4df66297c102d10d52e1fc" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-pbr \ + python-setproctitle \ + " -- cgit v1.2.3-54-g00ecf