meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / files / python-unittest2 / 0001-port-unittest2-argparse-is-part-of-stdlib.patch
diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/files/python-unittest2/0001-port-unittest2-argparse-is-part-of-stdlib.patch b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/files/python-unittest2/0001-port-unittest2-argparse-is-part-of-stdlib.patch
deleted file mode 100644 (file)
index c25dc56..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From b21d5406cf8dc1e2ac9da81b04cf9f7b0af32015 Mon Sep 17 00:00:00 2001
-From: "Sar Ashki, Babak" <Babak.SarAshki@windriver.com>
-Date: Tue, 25 Feb 2020 21:46:00 +0000
-Subject: [PATCH] port unittest2 argparse is part of stdlib
-
----
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 416afbe..00e51ca 100755
---- a/setup.py
-+++ b/setup.py
-@@ -57,7 +57,7 @@ KEYWORDS = "unittest testing tests".split(' ')
- # Both install and setup requires - because we read VERSION from within the
- # package, and the package also exports all the APIs.
- # six for compat helpers
--REQUIRES = ['argparse', 'six>=1.4', 'traceback2'],
-+REQUIRES = ['six>=1.4', 'traceback2'],
- params = dict(
-     name=NAME,
--- 
-2.23.0
-