summaryrefslogtreecommitdiff
path: root/user/py3-configargparse/python3.patch
blob: b102e166f963018416ac4ec6fffd6a4fc70816ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py	2018-02-04 10:00:01.000000000 -0800
+++ b/setup.py	2018-11-20 21:08:21.339299614 -0800
@@ -78,7 +78,7 @@
         'ordereddict',
     ])
     tests_require.extend([
-        'unittest2',
+        'unittest',
     ])