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

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