diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-05 10:02:03 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-05 22:43:52 -0400 |
| commit | ba3e02f07159f477a056048ab62a1f6b0a9379ef (patch) | |
| tree | 177309dccfbdd54b32d9b948601ddedf2a0331be /meta-openstack/recipes-devtools/python/python-eventlet_0.17.3.bb | |
| parent | d0d3e399ff626d37ec5624b01e8c422345d4bf23 (diff) | |
| download | meta-cloud-services-ba3e02f07159f477a056048ab62a1f6b0a9379ef.tar.gz | |
python-eventlet: upgrade 0.17.3 -> 0.17.4
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.17.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.17.3.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.17.3.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.17.3.bb deleted file mode 100644 index d85bef0..0000000 --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.17.3.bb +++ /dev/null | |||
| @@ -1,16 +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 | SRCNAME = "eventlet" | ||
| 8 | |||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "12c855e37dd688d3137ecc88d5b8f05b" | ||
| 12 | SRC_URI[sha256sum] = "d39e4124a7b10055c78d5c51c2ee23789a8ebf4f8b811fee4533542ecd3ac99a" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
