diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cotyledon_1.6.8.bb | 29 |
1 files changed, 29 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "Cotyledon provides a framework for defining long-running services." | ||
| 2 | HOMEPAGE = "http://cotyledon.readthedocs.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | |||
| 8 | SRCNAME = "cotyledon" | ||
| 9 | SRC_URI = "https://pypi.python.org/packages/83/98/b1987e8e049cd6e7c2b2119e0c5afc18418880845026b64d390305fd64cc/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "3ccacbca3bc6d27ab27e366b28f379dd" | ||
| 12 | SRC_URI[sha256sum] = "2f22a8b9ed982276bd54805e7c1d6dbb273a2723ac4df66297c102d10d52e1fc" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | python-pbr \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | python-pbr \ | ||
| 28 | python-setproctitle \ | ||
| 29 | " | ||
