diff options
| author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-09-14 01:30:03 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-09-19 16:01:53 -0400 |
| commit | 9ede510fc4d48bfaa867bcd94dc522c5f0e6abc5 (patch) | |
| tree | 6f2c44ecb8e89e96ce5485feff54a9479bc2084e /meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb | |
| parent | d50218835a54cb2d3d9a5a7188668b6d91c301a5 (diff) | |
| download | meta-cloud-services-9ede510fc4d48bfaa867bcd94dc522c5f0e6abc5.tar.gz | |
python-eventlet: 0.17.4 -> 0.18.4
Upgrade python-eventlet from 0.17.4 to 0.18.4.
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.18.4.bb new file mode 100644 index 0000000..8c5e904 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.18.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] = "8d1c646d8cc10a4958c92fe8a30f3676" | ||
| 12 | SRC_URI[sha256sum] = "74ef11d67ee5e85e009b0fced733c907620bca1ab8e6b0489d9f247405ab2685" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
