diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2013-08-30 14:08:49 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-09-02 14:41:27 +0900 |
commit | 205485e0520d8f37c49b66bbbf012a9448cd9367 (patch) | |
tree | 8fb682d3fc579d49244b761289118d13d1a7cf83 /setup.cfg | |
parent | 983aa398e963b4a2fefc41a2d26d8e3851295591 (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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ doc_files = LICENSE [global] setup-hooks = + pbr.hooks.setup_hook ryu.hooks.setup_hook [entry_points] |