Depend on pbr>=2.0.0
Several of shade's dependencies now require pbr>=2.0 however the cap is preventing `pip install shade` from just working after install completes. Update shade to also require pbr>=2.0.0. Change-Id: I5aa5081c200d24f9f43253d409f7b80e52c8841f Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
This commit is contained in:
parent
245018ef40
commit
2a8d0c57b2
@ -1,4 +1,4 @@
|
||||
pbr>=0.11,<2.0
|
||||
pbr>=2.0.0 # Apache-2.0
|
||||
|
||||
munch
|
||||
decorator
|
||||
|
Loading…
Reference in New Issue
Block a user