c5bafe1c3d
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
813 B
Diff
30 lines
813 B
Diff
From 8f239c761ac065f0faa6a8d4d66704f583767fb1 Mon Sep 17 00:00:00 2001
|
|
From: Charles Short <charles.short@windriver.com>
|
|
Date: Mon, 29 Nov 2021 20:57:22 +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 c80f5f7..87e4cb8 100644
|
|
--- a/debian/control
|
|
+++ b/debian/control
|
|
@@ -23,7 +23,6 @@ Build-Depends-Indep:
|
|
python3-keystoneauth1,
|
|
python3-keystonemiddleware <!nocheck>,
|
|
python3-monotonic,
|
|
- python3-openstackclient,
|
|
python3-osc-lib,
|
|
python3-pytest <!nocheck>,
|
|
python3-pytest-xdist <!nocheck>,
|
|
--
|
|
2.30.2
|
|
|