python WebOb dependency made unpinned.
keystone declares python-webob dependency as ==, which is not a good way of defining dependency. So to support latest dependencies, WebOb is unpinned in requirements.txt Fixes: bug #1180033 Change-Id: I73042cf88baf378c8564abb2394963866082977e
This commit is contained in:
parent
6111bc9dfe
commit
3a58207e6a
@ -2,7 +2,7 @@
|
||||
d2to1>=0.2.10,<0.3
|
||||
pbr>=0.5,<0.6
|
||||
pam>=0.1.4
|
||||
WebOb==1.2.3
|
||||
WebOb>=1.0.8
|
||||
eventlet
|
||||
greenlet
|
||||
PasteDeploy
|
||||
|
Loading…
Reference in New Issue
Block a user