Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-config / files / 0001-stx-config-remove-argparse-requirement-from-sysinv.patch
1 From 06a156e04df427f51b42b1093577823c558166ad Mon Sep 17 00:00:00 2001
2 From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
3 Date: Tue, 25 Feb 2020 13:50:37 -0800
4 Subject: [PATCH] stx-config: remove argparse requirement from sysinv.
5
6 argparse is part of stdlib
7 ---
8  requirements.txt | 1 -
9  1 file changed, 1 deletion(-)
10
11 diff --git a/requirements.txt b/requirements.txt
12 index fb4ef6a1..12a341c7 100644
13 --- a/requirements.txt
14 +++ b/requirements.txt
15 @@ -2,7 +2,6 @@ pbr>=0.5
16  SQLAlchemy
17  amqplib>=0.6.1
18  anyjson>=0.3.3
19 -argparse
20  boto3
21  botocore>=1.11.0
22  cryptography!=2.0  # BSD/Apache-2.0
23 -- 
24 2.23.0
25