diff options
| author | Yuan Chao <yuanc.fnst@cn.fujitsu.com> | 2019-08-26 16:18:58 +0900 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-08-30 00:16:17 -0400 |
| commit | c957a5b63d3c2b1535ae1a8fc17fab4a9ebe1204 (patch) | |
| tree | dac68396d7208955aecb769f613cc87520d46464 /meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb | |
| parent | ff859cf8717d65b1d0b8b6fef5d14f7aeb120eb2 (diff) | |
| download | meta-cloud-services-c957a5b63d3c2b1535ae1a8fc17fab4a9ebe1204.tar.gz | |
python-eventlet: upgrade 0.25.0 -> 0.25.1
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.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.bb new file mode 100644 index 0000000..d2878b6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.1.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] = "8d7145af6506d5418c5a6bee7bf0b7e7" | ||
| 8 | SRC_URI[sha256sum] = "6c9c625af48424c4680d89314dbe45a76cc990cf002489f9469ff214b044ffc1" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
