From a08071534296a5492b4283c27ce870aed93b0c61 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 30 Jan 2017 22:16:28 -0500 Subject: python-kombu: add version 3.0.37 The 4.x.x series requires the amqp>=2 which is outside of the range of amqp versions supported versions required for python-oslo.messaging therefore we need to continue support for the 3.0.x series and force its use via the layer.conf and PREFERRED_VERSION. This is an updated version of the python-kombu recipe for the 3.0.x series with updated license checksup (the license type remains the same) and updated runtime dependencies based on the packages requirements/default.txt. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/conf/layer.conf') diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index e940478..98282e2 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf @@ -20,5 +20,6 @@ PREFERRED_VERSION_python-netaddr = "0.7.19" PREFERRED_VERSION_python-sqlalchemy = "1.0.16" PREFERRED_VERSION_python-requests = "2.12.0" PREFERRED_VERSION_python-amqp = "1.4.9" +PREFERRED_VERSION_python-kombu = "3.0.%" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit v1.2.3-54-g00ecf