python-unittest2/unittest2-1.1.0-remove-argparse-from-requires.patch

12 lines
409 B
Diff
Raw Permalink Normal View History

2019-11-29 16:32:36 +08:00
--- a/setup.py.orig 2015-11-12 15:51:35.557779728 +0100
+++ b/setup.py 2015-11-12 15:58:04.618948793 +0100
2019-11-28 15:14:48 +08:00
@@ -57,7 +57,7 @@
# Both install and setup requires - because we read VERSION from within the
# package, and the package also exports all the APIs.
# six for compat helpers
-REQUIRES = ['argparse', 'six>=1.4', 'traceback2'],
+REQUIRES = ['six>=1.4', 'traceback2'],
params = dict(
name=NAME,