Add pbr to dependency list

We use pbr to install stevedore, and because of the way setuptools deals
with install-time requirements we also need to include it as a runtime
dependency to ensure it is installed by pip and not easy_install.

Change-Id: I0a39bb50218a1a7cdb2d42fb474a9b8f6d6ac32a
Closes-Bug: #1384919
This commit is contained in:
Doug Hellmann 2014-10-23 17:41:33 -04:00
parent bb43bc4588
commit 5749d5413c
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
# 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
argparse
six>=1.7.0