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