diff options
author | Nicolas Bock <nicolas.bock@canonical.com> | 2020-09-30 12:10:26 -0600 |
---|---|---|
committer | Erik Olof Gunnar Andersson <eandersson@blizzard.com> | 2020-10-15 17:32:55 +0000 |
commit | 4f42a815bd57afa66db1af8405717380af233369 (patch) | |
tree | 5269ae190cd49dd1ba335a8c091055cfb971e324 | |
parent | b1d588cdf9857c18654e37971c9895d6d5e30b59 (diff) | |
download | designate-4f42a815bd57afa66db1af8405717380af233369.tar.gz |
Increase lower-constraint for kombu
There is no module named 'vine' on kombu==4.1.0 version [1]. Bumping
to kombu-4.2.1 (and not kombu-4.2.0) [2].
[1] https://github.com/celery/kombu/issues/851
[2] https://docs.celeryproject.org/projects/kombu/en/stable/changelog.html#version-4-2-1
Change-Id: I57a7649fde1cceda787622aa1975f3a7100aeb29
Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
(cherry picked from commit a0d20514c6ebbfe6b42b989b6192ae77312d3ba7)
-rw-r--r-- | lower-constraints.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index d61be6d3..c0042b9c 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -52,7 +52,7 @@ jsonschema==3.2.0 kazoo==2.6.0 keystoneauth1==3.4.0 keystonemiddleware==4.17.0 -kombu==4.1.0 +kombu==4.2.1 linecache2==1.0.0 logutils==0.3.5 Mako==1.0.7 |