Blame SOURCES/unittest2-1.1.0-remove-argparse-from-requires.patch

c3e266
--- setup.py.orig	2015-11-12 15:51:35.557779728 +0100
c3e266
+++ setup.py	2015-11-12 15:58:04.618948793 +0100
c3e266
@@ -57,7 +57,7 @@
c3e266
 # Both install and setup requires - because we read VERSION from within the
c3e266
 # package, and the package also exports all the APIs.
c3e266
 # six for compat helpers
c3e266
-REQUIRES = ['argparse', 'six>=1.4', 'traceback2'],
c3e266
+REQUIRES = ['six>=1.4', 'traceback2'],
c3e266
 
c3e266
 params = dict(
c3e266
     name=NAME,