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.4.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.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.17.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.17.4.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.17.4.bb new file mode 100644 index 0000000..32494e1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.17.4.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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] = "fea0993b14cc7322f944bdd535c4f24a" | ||
| 12 | SRC_URI[sha256sum] = "8721e9714eaff8d20f2407e0d3a80069db6b57c9226c26ee9db25c541d06556d" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
