diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:37 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | d3d2bd09918f75cd22288795c169a54c4ee8cfaf (patch) | |
| tree | a89c12994303d4f8a82b627a2a87e86a2f92842d /meta-openstack/conf | |
| parent | db34c7507359eef47e4f34ffd84686ebaaaaef7c (diff) | |
| download | meta-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/conf')
| -rw-r--r-- | meta-openstack/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 19 | PREFERRED_VERSION_python-netaddr = "0.7.19" | 19 | PREFERRED_VERSION_python-netaddr = "0.7.19" |
| 20 | PREFERRED_VERSION_python-sqlalchemy = "1.0.16" | 20 | PREFERRED_VERSION_python-sqlalchemy = "1.0.16" |
| 21 | PREFERRED_VERSION_python-requests = "2.13.0" | 21 | PREFERRED_VERSION_python-requests = "2.13.0" |
| 22 | 22 | PREFERRED_VERSION_python-eventlet = "0.20.0" | |
| 23 | LICENSE_PATH += "${LAYERDIR}/licenses" | 23 | LICENSE_PATH += "${LAYERDIR}/licenses" |
