This reverts commit 9414322f307fe607f7fefb8611871bbf810b5ee4, as the workaround for readthedocs seems to be no longer necessary.
Signed-off-by: IWAMOTO Toshihiro <[email protected]> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fc4d45..cf2a404 100644 --- a/setup.py +++ b/setup.py @@ -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) -- 2.1.4 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
