python-openstackclient: add patch to replace assertItemsEqual with

assertCountsEqual

Change-Id: I00a8a5e4d1468b998fad4c486a5b0b2c4265d4db
This commit is contained in:
Dirk Mueller 2021-05-03 22:10:28 +02:00 committed by Javier Pena
parent 699ce73453
commit 3667418f8f
2 changed files with 2768 additions and 0 deletions

View File

@ -11,6 +11,7 @@ License: {{ license('Apache-2.0') }}
Group: Development/Languages/Python
URL: https://docs.openstack.org/{{ pypi_name }}
Source0: {{ source }}
Patch1: 0001-Replace-assertItemsEqual-with-assertCountEqual.patch
BuildRequires: openstack-macros
BuildRequires: {{ py3('python-cinderclient') }}
BuildRequires: {{ py3('cliff') }}