Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 setup.cfg | 1 -
 setup.py  | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index fd49774..a3d3329 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,7 +43,6 @@ doc_files = LICENSE
 
 [global]
 setup-hooks =
-    pbr.hooks.setup_hook
     ryu.hooks.setup_hook
 
 [entry_points]
diff --git a/setup.py b/setup.py
index 54dc9cb..adf31fa 100644
--- a/setup.py
+++ b/setup.py
@@ -21,5 +21,5 @@ from ryu import version
 
 os.environ["PBR_VERSION"] = str(version)
 setuptools.setup(name='ryu',
-                 setup_requires=['d2to1', 'pbr'],
-                 d2to1=True)
+                 setup_requires=['pbr'],
+                 pbr=True)
-- 
1.8.3.1


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to