Remove runtime depend on pbr

os-client-config is not using pbr during runtime, so the runtime
requirement for it was a lie.

Change-Id: I3ed57ec5c2b0fdf4060ef17d6df1fa801cfa14cd
This commit is contained in:
Monty Taylor
2015-01-27 16:51:53 -05:00
parent 569197d763
commit 2bbcb63014

View File

@@ -1,7 +1,4 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
PyYAML