Fix build break for python-openstackclient
A patch was being carried in stx-upstream for the client that was meant to be removed once the patch was merged in the python-openstackclient git. It merged, which meant attempts to build would fail as the patch was being applied twice. This fix is to remove the temporary patch. Closed-Bug: 1819176 Change-Id: Ib638367361d411ccbca03e85e30e0b2931738956 Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
parent
53cfbc9f06
commit
03337b2fad
@ -1,4 +1,3 @@
|
||||
TAR_NAME=python-openstackclient
|
||||
SRC_DIR="$CGCS_BASE/git/python-openstackclient"
|
||||
COPY_LIST="$DISTRO/patches/*"
|
||||
TIS_PATCH_VER=1
|
||||
TIS_PATCH_VER=2
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,6 @@ Summary: OpenStack Command-line Client
|
||||
License: ASL 2.0
|
||||
URL: http://launchpad.net/%{name}
|
||||
Source0: https://tarballs.openstack.org/%{name}/%{name}-%{upstream_version}.tar.gz
|
||||
Patch0001: 0001-Add-network-segment-range-command-object.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user