From cbdc44699f7b3949f33646200663b69b8e669b7507df892beb6c7a2dfca5aab6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 31 May 2024 22:15:06 +0000 Subject: [PATCH] Revert OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oci-sdk?expand=0&rev=147 --- python-oci-sdk.changes | 2 +- python-oci-sdk.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/python-oci-sdk.changes b/python-oci-sdk.changes index 81b1c36..dc5e9e4 100644 --- a/python-oci-sdk.changes +++ b/python-oci-sdk.changes @@ -21,7 +21,7 @@ Fri May 31 11:56:51 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-oci-sdk.spec b/python-oci-sdk.spec index 0648a72..b2f6d66 100644 --- a/python-oci-sdk.spec +++ b/python-oci-sdk.spec @@ -46,6 +46,7 @@ Requires: python-PyJWT Requires: python-httpsig_cffi Requires: python-requests Requires: python-six +Requires: python-sseclient Requires: python-urllib3 < 2 # /SECTION BuildArch: noarch @@ -61,6 +62,7 @@ BuildRequires: %{python_module python-dateutil >= 2.5.3} BuildRequires: %{python_module pytz >= 2016.10} BuildRequires: %{python_module requests} BuildRequires: %{python_module six} +BuildRequires: %{python_module sseclient} BuildRequires: %{python_module urllib3 < 2} BuildRequires: %{python_module vcrpy >= 2.0.1} %if %{with python2}