summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuan Chao <yuanc.fnst@cn.fujitsu.com>2019-08-14 11:03:02 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-25 22:24:15 -0400
commitfecfb6ad5fe71be852979f4ce2b33f4b9b4278ec (patch)
tree384cd9da227bdbd4a680fc19704a1741d9ecb823
parentc0007cc0e645dc066a4dcd308890ac612dcf1d43 (diff)
downloadmeta-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>
-rw-r--r--meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb16
-rw-r--r--meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb (renamed from meta-openstack/recipes-devtools/python/python-eventlet_0.24.0.bb)4
2 files changed, 2 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb
deleted file mode 100644
index 1d51f1a..0000000
--- a/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "Highly concurrent networking library"
2HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
6
7SRC_URI[md5sum] = "057276232bf65f1db6aabf819e7ece6a"
8SRC_URI[sha256sum] = "2e17cda85f2003796f13de0e6c59a5253c0afd1f45dfc97bb9b6bfb8962f7895"
9
10inherit setuptools pypi pypi
11
12RDEPENDS_${PN} += " \
13 python-enum34 \
14 python-enum-compat \
15 python-greenlet \
16 "
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.24.0.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb
index fb9d09d..c3eabb2 100644
--- a/meta-openstack/recipes-devtools/python/python-eventlet_0.24.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.25.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
6 6
7SRC_URI[md5sum] = "40acca39e1da2a79e983a696b9b390a3" 7SRC_URI[md5sum] = "a7e8759e6684352ea81a157b6f93fb9b"
8SRC_URI[sha256sum] = "4c247db031ea374128e8c75a40fe5402c611e9a4798b9f90f095001192f22364" 8SRC_URI[sha256sum] = "f0610bd0d3bb3d51d69f74caa4ad04fc7bce424cdb72e54d08ccda90d8c69800"
9 9
10inherit setuptools pypi 10inherit setuptools pypi