From 992bf7318d06090cc96a21521dbeba62f148d079 Mon Sep 17 00:00:00 2001 From: IWAMOTO Toshihiro Date: Fri, 11 Sep 2015 10:33:01 +0900 Subject: [PATCH] Uncap pbr version This reverts commit 9414322f307fe607f7fefb8611871bbf810b5ee4, as the workaround for readthedocs seems to be no longer necessary. Signed-off-by: IWAMOTO Toshihiro Signed-off-by: FUJITA Tomonori --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4fc4d45f..cf2a404d 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)