diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-07 08:26:32 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:36 -0500 |
| commit | 5ab439f38ac1ed6a6a5b59378b833702e587be5a (patch) | |
| tree | 58e82dce1ad616ff570c7ad4cbb2cfe4da9cc76c /meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb | |
| parent | 4192eeeee2b846aa12fe744926679f75982bc787 (diff) | |
| download | meta-cloud-services-5ab439f38ac1ed6a6a5b59378b833702e587be5a.tar.gz | |
python-eventlet: uprev to meet havana version requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb new file mode 100644 index 0000000..74bf167 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Highly concurrent networking library" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/eventlet" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "eventlet" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "207119abce774018432225bd719403fb" | ||
| 13 | SRC_URI[sha256sum] = "07937754fcaf9a21995a5973a4b5ef367d5ad534366a876d5da958d8cfd6415d" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
