X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-devtools%2Fpython%2Ffiles%2Fpython-unittest2%2F0001-port-unittest2-argparse-is-part-of-stdlib.patch;fp=meta-stx%2Frecipes-devtools%2Fpython%2Ffiles%2Fpython-unittest2%2F0001-port-unittest2-argparse-is-part-of-stdlib.patch;h=0000000000000000000000000000000000000000;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=c25dc56c30588ff4aad22d03271c4c2fb42cfd38;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-stx/recipes-devtools/python/files/python-unittest2/0001-port-unittest2-argparse-is-part-of-stdlib.patch b/meta-stx/recipes-devtools/python/files/python-unittest2/0001-port-unittest2-argparse-is-part-of-stdlib.patch deleted file mode 100644 index c25dc56..0000000 --- a/meta-stx/recipes-devtools/python/files/python-unittest2/0001-port-unittest2-argparse-is-part-of-stdlib.patch +++ /dev/null @@ -1,25 +0,0 @@ -From b21d5406cf8dc1e2ac9da81b04cf9f7b0af32015 Mon Sep 17 00:00:00 2001 -From: "Sar Ashki, Babak" -Date: Tue, 25 Feb 2020 21:46:00 +0000 -Subject: [PATCH] port unittest2 argparse is part of stdlib - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index 416afbe..00e51ca 100755 ---- a/setup.py -+++ b/setup.py -@@ -57,7 +57,7 @@ KEYWORDS = "unittest testing tests".split(' ') - # Both install and setup requires - because we read VERSION from within the - # package, and the package also exports all the APIs. - # six for compat helpers --REQUIRES = ['argparse', 'six>=1.4', 'traceback2'], -+REQUIRES = ['six>=1.4', 'traceback2'], - - params = dict( - name=NAME, --- -2.23.0 -