Description: Remove argparse from install_requires so dh_python2 shipped by
 python-defaults (2.7.2-10) won't generate dependencies of the form
 "python (>= 2.7) | python-argparse" since anyway only from python 2.7.3~rc2-1
 egg-info metadata for argparse are shipped.
Author: Daniele Tricoli <eriol@mornie.org>
Forwarded: not-needed
Last-Update: 2015-05-01

--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,6 @@
 
     install_requires = [
         "PyStemmer==1.3.0",
-        "argparse==1.2.1",
         "irc==12.1.1"
         ],
 
