From 301f42eac9dd64aa8021b1f8a240006d1e49a7af Mon Sep 17 00:00:00 2001 From: tubalu Date: Fri, 29 Nov 2019 16:32:36 +0800 Subject: [PATCH] must be -p1 --- unittest2-1.1.0-remove-argparse-from-requires.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unittest2-1.1.0-remove-argparse-from-requires.patch b/unittest2-1.1.0-remove-argparse-from-requires.patch index 295ce67..22dcf27 100644 --- a/unittest2-1.1.0-remove-argparse-from-requires.patch +++ b/unittest2-1.1.0-remove-argparse-from-requires.patch @@ -1,5 +1,5 @@ ---- setup.py.orig 2015-11-12 15:51:35.557779728 +0100 -+++ setup.py 2015-11-12 15:58:04.618948793 +0100 +--- a/setup.py.orig 2015-11-12 15:51:35.557779728 +0100 ++++ b/setup.py 2015-11-12 15:58:04.618948793 +0100 @@ -57,7 +57,7 @@ # Both install and setup requires - because we read VERSION from within the # package, and the package also exports all the APIs.