Require WebOb>=1.6.0
Nova change 4e923eb9a660593b8a7d2522992700182978a54c started
using the json_formatter kwarg which was introduced in WebOb
1.6.0:
87c8749a57
So we need to raise the minimum required version for nova to use.
Change-Id: Ia778a11afb03b6d4b57dbd55a801a5a28b10541d
Depends-On: I2bbad0c059cc514ba0be1d42c061056a342caadc
Closes-Bug: #1632723
This commit is contained in:
parent
5654045ccb
commit
41250842d5
@ -12,7 +12,7 @@ lxml>=2.3 # BSD
|
||||
Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
|
||||
Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
|
||||
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
|
||||
WebOb>=1.2.3 # MIT
|
||||
WebOb>=1.6.0 # MIT
|
||||
greenlet>=0.3.2 # MIT
|
||||
PasteDeploy>=1.5.0 # MIT
|
||||
Paste # MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user