Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / files / python-unittest2 / 0001-port-unittest2-argparse-is-part-of-stdlib.patch
1 From b21d5406cf8dc1e2ac9da81b04cf9f7b0af32015 Mon Sep 17 00:00:00 2001
2 From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
3 Date: Tue, 25 Feb 2020 21:46:00 +0000
4 Subject: [PATCH] port unittest2 argparse is part of stdlib
5
6 ---
7  setup.py | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/setup.py b/setup.py
11 index 416afbe..00e51ca 100755
12 --- a/setup.py
13 +++ b/setup.py
14 @@ -57,7 +57,7 @@ KEYWORDS = "unittest testing tests".split(' ')
15  # Both install and setup requires - because we read VERSION from within the
16  # package, and the package also exports all the APIs.
17  # six for compat helpers
18 -REQUIRES = ['argparse', 'six>=1.4', 'traceback2'],
19 +REQUIRES = ['six>=1.4', 'traceback2'],
20  
21  params = dict(
22      name=NAME,
23 -- 
24 2.23.0
25