summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-07 15:38:35 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-08 14:17:24 -0500
commita53a25484b5afb6fbf5d1fa1ad22ffb41b8493cc (patch)
tree0ed652ad3142da94e4f6dd2d3c9e2ba6632cb2c3 /meta-openstack/conf
parent1848f000bad47d98900ef945c76c750c3edf1a1f (diff)
downloadmeta-cloud-services-a53a25484b5afb6fbf5d1fa1ad22ffb41b8493cc.tar.gz
python-amqp: uprev to v2.2.2
This newer version is required by the new version of python-oslo.messaging found on stable/pike. Drop the old v1.4.9 so we only have the 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 61e9fb5..ceb489b 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -19,7 +19,6 @@ 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-amqp = "1.4.9"
23PREFERRED_VERSION_python-kombu = "3.0.%" 22PREFERRED_VERSION_python-kombu = "3.0.%"
24 23
25LICENSE_PATH += "${LAYERDIR}/licenses" 24LICENSE_PATH += "${LAYERDIR}/licenses"