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:
Thanh Ha 2017-03-10 15:33:41 -05:00
parent 245018ef40
commit 2a8d0c57b2
No known key found for this signature in database
GPG Key ID: B0CB27E00DA095AA

View File

@ -1,4 +1,4 @@
pbr>=0.11,<2.0
pbr>=2.0.0 # Apache-2.0
munch
decorator