From 0f11fff0a9393c5bde7cf51f40fc41150fdf01eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Fri, 13 Jan 2017 14:52:24 -0500 Subject: [PATCH] Update Kombu requirement Change-Id: I1875f85fa1556c30aebe47552090757a6f62435c --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1ca6abc..6923d6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,9 +7,9 @@ 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,!=4.0.1 # BSD +kombu>=3.0.25,<4.0.0 # 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 oslo.messaging>=5.14.0 # Apache-2.0 -oslo.service>=1.10.0 # Apache-2.0 \ No newline at end of file +oslo.service>=1.10.0 # Apache-2.0