summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-07 15:38:37 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-08 14:17:24 -0500
commitd3d2bd09918f75cd22288795c169a54c4ee8cfaf (patch)
treea89c12994303d4f8a82b627a2a87e86a2f92842d /meta-openstack/recipes-devtools/python
parentdb34c7507359eef47e4f34ffd84686ebaaaaef7c (diff)
downloadmeta-cloud-services-d3d2bd09918f75cd22288795c169a54c4ee8cfaf.tar.gz
python-eventlet: add v0.20.0
Version 0.21.0 is not compatible with python-oslo.service per its requirements.txt: python-eventlet !=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 So add the v0.20.0 and set it as the PREF'd version. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb15
1 files changed, 15 insertions, 0 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
new file mode 100644
index 0000000..9d3c0da
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.20.0.bb
@@ -0,0 +1,15 @@
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
11
12RDEPENDS_${PN} += " \
13 python-enum34 \
14 python-greenlet \
15 "