
Remove build-Depends-Indep for python-openstackclient as it is not being used and it is causing problems with the build-pkgs tool. Tested by applying patch and running build. Story: 2009101 Task: 43518 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: I46aa484588eb05635371a0544ca0622da04db87c
30 lines
786 B
Diff
30 lines
786 B
Diff
From 599df369e9077f94a3dead25f0c3852222e13f0d Mon Sep 17 00:00:00 2001
|
|
From: Charles Short <charles.short@windriver.com>
|
|
Date: Mon, 29 Nov 2021 20:50:16 +0000
|
|
Subject: [PATCH] Remove openstackclient
|
|
|
|
Remove build-Depends-Indep for python-openstackclient as it is
|
|
not being used and it is causing problems with the build-pkgs
|
|
tool
|
|
|
|
Signed-off-by: Charles Short <charles.short@windriver.com>
|
|
---
|
|
debian/control | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/debian/control b/debian/control
|
|
index 73963d9..467dee1 100644
|
|
--- a/debian/control
|
|
+++ b/debian/control
|
|
@@ -19,7 +19,6 @@ Build-Depends-Indep:
|
|
python3-hacking,
|
|
python3-keystoneauth1,
|
|
python3-nose,
|
|
- python3-openstackclient,
|
|
python3-openstackdocstheme <!nodoc>,
|
|
python3-oslo.config,
|
|
python3-oslo.i18n,
|
|
--
|
|
2.30.2
|
|
|