diff options
| author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-14 11:03:02 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-25 22:24:15 -0400 |
| commit | fecfb6ad5fe71be852979f4ce2b33f4b9b4278ec (patch) | |
| tree | 384cd9da227bdbd4a680fc19704a1741d9ecb823 /meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb | |
| parent | c0007cc0e645dc066a4dcd308890ac612dcf1d43 (diff) | |
| download | meta-cloud-services-fecfb6ad5fe71be852979f4ce2b33f4b9b4278ec.tar.gz | |
python-eventlet: upgrade 0.24.0 -> 0.25.0
Remove 0.20.0.bb file.
Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb new file mode 100644 index 0000000..c3eabb2 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 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 | SRC_URI[md5sum] = "a7e8759e6684352ea81a157b6f93fb9b" | ||
| 8 | SRC_URI[sha256sum] = "f0610bd0d3bb3d51d69f74caa4ad04fc7bce424cdb72e54d08ccda90d8c69800" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
