From 2e56cf802e999a9269721f42c6400595ed8c27e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Wed, 12 Apr 2017 13:07:23 -0400 Subject: [PATCH] Upgrade Kombu to fix breaking change in oslo messaging Change-Id: I2e0aa6bbfc0d49d2a3d9d5a97d53e09aade4fdae See: https://github.com/openstack/oslo.messaging/commit/631ade59bca8a2c680d2709619f58a62c8292f69 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6923d6e..21eb7c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ voluptuous>=0.8.9 # BSD License keystoneauth1>=2.14.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 six>=1.9.0 # MIT -kombu>=3.0.25,<4.0.0 # BSD +kombu>=4.0.0,!=4.0.2 # BSD oslo.serialization>=1.10.0 # Apache-2.0 oslo.config>=3.14.0 # Apache-2.0 oslo.log>=3.11.0 # Apache-2.0