Accepting request 989161 from home:mcepl:branches:network:ha-clustering:Factory
- Don’t use python-oauth2client, which is deprecated (gh#ClusterLabs/fence-agents#495). OBS-URL: https://build.opensuse.org/request/show/989161 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=147
This commit is contained in:
parent
7fbab39b4f
commit
c037c003ff
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 14 12:51:31 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Don’t use python-oauth2client, which is deprecated
|
||||
(gh#ClusterLabs/fence-agents#495).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 19 05:06:43 UTC 2022 - varkoly@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user