stx-config: argparse is not a standalone module
Missed the patch in commit 416041c039
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
From 06a156e04df427f51b42b1093577823c558166ad Mon Sep 17 00:00:00 2001
|
||||
From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
|
||||
Date: Tue, 25 Feb 2020 13:50:37 -0800
|
||||
Subject: [PATCH] stx-config: remove argparse requirement from sysinv.
|
||||
|
||||
argparse is part of stdlib
|
||||
---
|
||||
sysinv/sysinv/sysinv/requirements.txt | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/sysinv/sysinv/sysinv/requirements.txt b/sysinv/sysinv/sysinv/requirements.txt
|
||||
index fb4ef6a1..12a341c7 100644
|
||||
--- a/sysinv/sysinv/sysinv/requirements.txt
|
||||
+++ b/sysinv/sysinv/sysinv/requirements.txt
|
||||
@@ -2,7 +2,6 @@ pbr>=0.5
|
||||
SQLAlchemy
|
||||
amqplib>=0.6.1
|
||||
anyjson>=0.3.3
|
||||
-argparse
|
||||
boto3
|
||||
botocore>=1.11.0
|
||||
cryptography!=2.0 # BSD/Apache-2.0
|
||||
--
|
||||
2.23.0
|
||||
|
||||
Reference in New Issue
Block a user