diff --git a/fence-agents.changes b/fence-agents.changes index 43ab8a4..7d261c0 100644 --- a/fence-agents.changes +++ b/fence-agents.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 14 12:51:31 UTC 2022 - Matej Cepl + +- Don’t use python-oauth2client, which is deprecated + (gh#ClusterLabs/fence-agents#495). + ------------------------------------------------------------------- Thu May 19 05:06:43 UTC 2022 - varkoly@suse.com diff --git a/fence-agents.spec b/fence-agents.spec index 3a63164..8b577bf 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -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