eda80337de45b200d65091644c605813666d1d6c
[pti/rtp.git] / meta-stx / recipes-core / stx-metal / files / 0001-stx-metal-remove-argparse-requirement-from-inventory.patch
1 From d42dc102aaca386f314808e771a56b9ecbd29876 Mon Sep 17 00:00:00 2001
2 From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
3 Date: Tue, 25 Feb 2020 13:58:15 -0800
4 Subject: [PATCH] stx-metal: remove argparse requirement from inventory
5
6 ---
7  inventory/inventory/requirements.txt | 1 -
8  1 file changed, 1 deletion(-)
9
10 diff --git a/inventory/inventory/requirements.txt b/inventory/inventory/requirements.txt
11 index 993f224..82170c3 100644
12 --- a/inventory/inventory/requirements.txt
13 +++ b/inventory/inventory/requirements.txt
14 @@ -6,7 +6,6 @@ pbr>=2.0 # Apache-2.0
15  SQLAlchemy
16  amqplib>=0.6.1
17  anyjson>=0.3.3
18 -argparse
19  eventlet==0.20.0
20  futurist>=1.2.0 # Apache-2.0
21  greenlet>=0.3.2 # MIT
22 -- 
23 2.23.0
24