diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-22 12:23:07 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-22 12:23:07 -0400 |
| commit | 5f37a02908d912c32a9fa8e8cac931d7dd2c0569 (patch) | |
| tree | 881376987b5b745d3eb7019740c99f69555f643e /meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb | |
| parent | 51b54dd94590412cd6438e0a9789375fae7ed530 (diff) | |
| download | meta-cloud-services-5f37a02908d912c32a9fa8e8cac931d7dd2c0569.tar.gz | |
eventlet: update to 0.15
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, 0 insertions, 17 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 deleted file mode 100644 index 74bf167..0000000 --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.14.0.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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 | ||
