diff options
Diffstat (limited to 'user/py3-configargparse/python3.patch')
-rw-r--r-- | user/py3-configargparse/python3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/py3-configargparse/python3.patch b/user/py3-configargparse/python3.patch new file mode 100644 index 000000000..b102e166f --- /dev/null +++ b/user/py3-configargparse/python3.patch @@ -0,0 +1,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', + ]) + + |