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