From d3d2bd09918f75cd22288795c169a54c4ee8cfaf Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 7 Nov 2017 15:38:37 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/conf') diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index 302b657..6859085 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf @@ -19,5 +19,5 @@ PREFERRED_VERSION_python-django = "1.8.6" PREFERRED_VERSION_python-netaddr = "0.7.19" PREFERRED_VERSION_python-sqlalchemy = "1.0.16" PREFERRED_VERSION_python-requests = "2.13.0" - +PREFERRED_VERSION_python-eventlet = "0.20.0" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf