diff options
author | zlg <zlg@zlg.space> | 2018-11-21 03:24:34 -0800 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2018-11-21 03:35:30 -0800 |
commit | 25d00e637735013a34151566540a1139b4519d2b (patch) | |
tree | fe10c7218e991a2d63e2e2956aff8440d5090a62 /user/py3-configargparse/python3.patch | |
parent | 6f84d4079247210afcc8d3408cd32873f62ee139 (diff) | |
download | packages-25d00e637735013a34151566540a1139b4519d2b.tar.gz packages-25d00e637735013a34151566540a1139b4519d2b.tar.bz2 packages-25d00e637735013a34151566540a1139b4519d2b.tar.xz packages-25d00e637735013a34151566540a1139b4519d2b.zip |
user/py3-configargparse: new package
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', + ]) + + |