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

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