integ/python/python3-nsenter/debian/patches/0001-Empty-requirements.txt.patch
Adriano Oliveira f2d5527941 Create Debian python3-nsenter package
The nsenter package is used in the scope of the k8s coredump handler.
This package is required so the handler is able to specify separate
namespaces for the applications when they generate a coredump.

Story: 2010261
Task: 46159
Depends-On: https://review.opendev.org/c/starlingx/tools/+/854684

Test Plan:
PASS: Verify STX Debian builds properly
PASS: Verify STX Debian deploys properly
PASS: Verify python3-nsenter package was properly installed
PASS: Verify k8s-coredump runs properly

Signed-off-by: Adriano Oliveira <adriano.oliveira@windriver.com>
Change-Id: Idf0ebb90e1c91ae4f83fb7c6a85039e57e4f80bb
2022-09-20 15:05:20 +00:00

24 lines
578 B
Diff

From 6ea9709c2477a41ff310255c5da42c4766b3fc22 Mon Sep 17 00:00:00 2001
From: Adriano Oliveira <adriano.oliveira@windriver.com>
Date: Tue, 13 Sep 2022 07:42:52 -0700
Subject: [PATCH] Empty requirements.txt
In python 3 pathlib, contextlib and argparse are included
Signed-off-by: Adriano Oliveira <adriano.oliveira@windriver.com>
---
requirements.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 60e8060..e69de29 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +0,0 @@
-pathlib
-contextlib2
-argparse
--
2.17.1