Remove unneeded runtime pbr dep

It's not used at runtime. Also, the setup_hook is no longer needed.

Change-Id: I760b6b19207b5ac22b36feeed05d68e07b6fe880
This commit is contained in:
Monty Taylor 2015-05-14 19:58:46 -07:00
parent 9c2ef9ce4f
commit 1c0863f086
2 changed files with 0 additions and 5 deletions

View File

@ -2,7 +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.11,<2.0
fixtures>=0.3.14
python-subunit>=0.0.18
six>=1.9.0

View File

@ -27,10 +27,6 @@ scripts =
tools/oslo_run_cross_tests
tools/oslo_run_pre_release_tests
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
source-dir = doc/source
build-dir = doc/build