Accepting request 989473 from network:ha-clustering:Factory

OBS-URL: https://build.opensuse.org/request/show/989473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fence-agents?expand=0&rev=62
This commit is contained in:
Richard Brown 2022-07-18 16:34:26 +00:00 committed by Git OBS Bridge
commit d182b2ba66
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 14 12:51:31 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Dont use python-oauth2client, which is deprecated
(gh#ClusterLabs/fence-agents#495).
-------------------------------------------------------------------
Thu May 19 05:06:43 UTC 2022 - varkoly@suse.com

View File

@ -44,7 +44,7 @@ BuildRequires: python3-novaclient
%if 0%{suse_version} >= 1550
BuildRequires: python3-oauth2
%else
BuildRequires: python3-oauth2client
BuildRequires: python3-google-auth-oauthlib
%endif
BuildRequires: python3-openwsman
BuildRequires: python3-pexpect
@ -53,9 +53,9 @@ BuildRequires: python3-requests
BuildRequires: python3-xml
%else
BuildRequires: python-google-api-python-client
BuildRequires: python-google-auth-oauthlib
BuildRequires: python-keystoneclient
BuildRequires: python-novaclient
BuildRequires: python-oauth2client
BuildRequires: python-pexpect
BuildRequires: python-pycurl
BuildRequires: python-requests