Uncap pbr version

This reverts commit 9414322f30,
as the workaround for readthedocs seems to be no longer necessary.

Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
IWAMOTO Toshihiro 2015-09-11 10:33:01 +09:00 committed by FUJITA Tomonori
parent 2b527f67ef
commit 992bf7318d
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ import ryu.hooks
ryu.hooks.save_orig()
setuptools.setup(name='ryu',
setup_requires=['pbr<1.0'],
setup_requires=['pbr'],
pbr=True)