summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-08-30 14:08:49 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-09-02 14:41:27 +0900
commit205485e0520d8f37c49b66bbbf012a9448cd9367 (patch)
tree8fb682d3fc579d49244b761289118d13d1a7cf83 /setup.cfg
parent983aa398e963b4a2fefc41a2d26d8e3851295591 (diff)
stick with pbr 0.5.19
the latest versions of pbr generate scripts which don't support multiversion. to avoid importing modules from older multiversion-aware installations of ryu, we prefer multiversion-aware scripts. Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a3d33294..fd497747 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,6 +43,7 @@ doc_files = LICENSE
[global]
setup-hooks =
+ pbr.hooks.setup_hook
ryu.hooks.setup_hook
[entry_points]