summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-07 15:38:36 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-08 14:17:24 -0500
commitdb34c7507359eef47e4f34ffd84686ebaaaaef7c (patch)
treebb22d3505aaf3db82323b3fb72620b81f4007aaf /meta-openstack/conf
parenta53a25484b5afb6fbf5d1fa1ad22ffb41b8493cc (diff)
downloadmeta-cloud-services-db34c7507359eef47e4f34ffd84686ebaaaaef7c.tar.gz
python-kombu: uprev to v4.1.0
This version is required for python-oslo.messaging when moved to stable/pike. We can drop the v3.0.37 version as it is no longer required allowing us to only have one recipe. 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.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index ceb489b..302b657 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -19,6 +19,5 @@ PREFERRED_VERSION_python-django = "1.8.6"
19PREFERRED_VERSION_python-netaddr = "0.7.19" 19PREFERRED_VERSION_python-netaddr = "0.7.19"
20PREFERRED_VERSION_python-sqlalchemy = "1.0.16" 20PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
21PREFERRED_VERSION_python-requests = "2.13.0" 21PREFERRED_VERSION_python-requests = "2.13.0"
22PREFERRED_VERSION_python-kombu = "3.0.%"
23 22
24LICENSE_PATH += "${LAYERDIR}/licenses" 23LICENSE_PATH += "${LAYERDIR}/licenses"