Add the explicit dependency from kombu
* The explicit dependency from kombu forces the right version of amqp to be downloaded. Otherwise the "docs" job fails with a version conflict because it downloads amqp 2.5.2 but the upper constraints allow only 2.5.1. This is rather a workaround that unblocks CI until https://review.opendev.org/#/c/681382/ is merged Change-Id: I990d125e86943c019dc1b60070cb67c4f75787c0
This commit is contained in:
parent
e4f62dab1d
commit
9103b5439d
@ -44,7 +44,7 @@ jsonschema==2.6.0
|
|||||||
kazoo==2.2
|
kazoo==2.2
|
||||||
keystoneauth1==3.4.0
|
keystoneauth1==3.4.0
|
||||||
keystonemiddleware==4.18.0
|
keystonemiddleware==4.18.0
|
||||||
kombu==4.0.0
|
kombu==4.6.1
|
||||||
linecache2==1.0.0
|
linecache2==1.0.0
|
||||||
logutils==0.3.5
|
logutils==0.3.5
|
||||||
Mako==0.4.0
|
Mako==0.4.0
|
||||||
|
@ -13,6 +13,7 @@ gnocchiclient>=3.3.1 # Apache-2.0
|
|||||||
Jinja2>=2.10 # BSD License (3 clause)
|
Jinja2>=2.10 # BSD License (3 clause)
|
||||||
#jsonschema>=2.6.0 # MIT
|
#jsonschema>=2.6.0 # MIT
|
||||||
keystonemiddleware>=4.18.0 # Apache-2.0
|
keystonemiddleware>=4.18.0 # Apache-2.0
|
||||||
|
kombu!=4.0.2,>=4.6.1 # BSD
|
||||||
mistral-lib>=1.2.0 # Apache-2.0
|
mistral-lib>=1.2.0 # Apache-2.0
|
||||||
networkx<2.3,>=1.10;python_version<'3.0' # BSD
|
networkx<2.3,>=1.10;python_version<'3.0' # BSD
|
||||||
networkx>=2.3;python_version>='3.4' # BSD
|
networkx>=2.3;python_version>='3.4' # BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user