gnu: emacs-consult: Fix grammar.
[jackhill/guix/guix.git] / gnu / packages / patches / python-unittest2-remove-argparse.patch
1 --- a/setup.py 2017-09-12 01:22:06.273997788 +0200
2 +++ b/setup.py 2017-09-12 01:22:14.297918757 +0200
3 @@ -57,7 +57,7 @@
4 # Both install and setup requires - because we read VERSION from within the
5 # package, and the package also exports all the APIs.
6 # six for compat helpers
7 -REQUIRES = ['argparse', 'six>=1.4', 'traceback2'],
8 +REQUIRES = ['six>=1.4', 'traceback2'],
9
10 params = dict(
11 name=NAME,