This trick is contained in oslo.config. argparse will be installed by it.

Signed-off-by: Satoshi Kobayashi <[email protected]>
---
 ryu/utils.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/ryu/utils.py b/ryu/utils.py
index d0a443d..dd22084 100644
--- a/ryu/utils.py
+++ b/ryu/utils.py
@@ -90,10 +90,6 @@ def 
parse_requirements(requirements_files=['requirements.txt',
         # -f lines are for index locations, and don't get used here
         elif re.match(r'\s*-f\s+', line):
             pass
-        # argparse is part of the standard library starting with 2.7
-        # adding it to the requirements list screws distro installs
-        elif line == 'argparse' and sys.version_info >= (2, 7):
-            pass
         else:
             requirements.append(line)
 
-- 
1.7.1


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to