blob: e3aa34bc782e6f056181691df71d11e3412fb15f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 \
"
|