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 \ "