diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-12-08 18:33:23 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:28 -0500 |
| commit | e34fa09c251ac67aea7a2a871593e753ff37007b (patch) | |
| tree | 71ece275dba04c8ac3ec9f96a66afbad7eacc5cf /meta-openstack/recipes-devtools/python/python-eventlet_0.17.4.bb | |
| parent | 8b5352fcd6910d87e8332a3394277f425ce1c9e9 (diff) | |
| download | meta-cloud-services-e34fa09c251ac67aea7a2a871593e753ff37007b.tar.gz | |
python-eventlet: upgrade 0.17.1 -> 0.17.4
(From: ba3e02f and 8a676f4, squashed)
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.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 | ||
