X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-config%2Ffiles%2F0001-stx-config-remove-argparse-requirement-from-sysinv.patch;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-config%2Ffiles%2F0001-stx-config-remove-argparse-requirement-from-sysinv.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=0c474d38f62ef37b10a1f8afb77759e1c54de05b;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-config/files/0001-stx-config-remove-argparse-requirement-from-sysinv.patch b/meta-starlingx/meta-stx-flock/stx-config/files/0001-stx-config-remove-argparse-requirement-from-sysinv.patch deleted file mode 100644 index 0c474d3..0000000 --- a/meta-starlingx/meta-stx-flock/stx-config/files/0001-stx-config-remove-argparse-requirement-from-sysinv.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 06a156e04df427f51b42b1093577823c558166ad Mon Sep 17 00:00:00 2001 -From: "Sar Ashki, Babak" -Date: Tue, 25 Feb 2020 13:50:37 -0800 -Subject: [PATCH] stx-config: remove argparse requirement from sysinv. - -argparse is part of stdlib ---- - requirements.txt | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/requirements.txt b/requirements.txt -index fb4ef6a1..12a341c7 100644 ---- a/requirements.txt -+++ b/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 -