Accepting request 969576 from home:bnavigator:branches:network:ha-clustering:Factory
- Do not use oauth2client on Tumbleweed: deprecated package. oauth2 is supported since 4.8: gh#ClusterLabs/fence-agents#384 OBS-URL: https://build.opensuse.org/request/show/969576 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/fence-agents?expand=0&rev=142
This commit is contained in:
parent
ecccf0f580
commit
44d38d1fca
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 21:39:40 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Do not use oauth2client on Tumbleweed: deprecated package.
|
||||
oauth2 is supported since 4.8: gh#ClusterLabs/fence-agents#384
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 31 13:33:20 UTC 2022 - varkoly@suse.com
|
||||
|
||||
|
@ -41,7 +41,11 @@ BuildRequires: %{python_version}
|
||||
BuildRequires: python3-google-api-python-client
|
||||
BuildRequires: python3-keystoneclient
|
||||
BuildRequires: python3-novaclient
|
||||
%if 0%{suse_version} >= 1550
|
||||
BuildRequires: python3-oauth2
|
||||
%else
|
||||
BuildRequires: python3-oauth2client
|
||||
%endif
|
||||
BuildRequires: python3-openwsman
|
||||
BuildRequires: python3-pexpect
|
||||
BuildRequires: python3-pycurl
|
||||
|
Loading…
Reference in New Issue
Block a user