From c037c003ffb7b9b2bcfc0b80f9df4b41981a7cdbed6bf199d5f7579f22202c47 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Fri, 15 Jul 2022 16:56:08 +0000 Subject: [PATCH] Accepting request 989161 from home:mcepl:branches:network:ha-clustering:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- fence-agents.changes | 6 ++++++ fence-agents.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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