From 774035ca04a82cf762adcd71388fbdef8fb373df96406be73f5cd4a6b4dee7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 23 Nov 2023 10:26:18 +0000 Subject: [PATCH] Accepting request 1128180 from home:alarrosa:branches:devel:languages:python - Remove pandas from the BuildRequires. It's not really needed. OBS-URL: https://build.opensuse.org/request/show/1128180 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=82 --- python-google-api-python-client.changes | 5 +++++ python-google-api-python-client.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-google-api-python-client.changes b/python-google-api-python-client.changes index dea251e..e6796ff 100644 --- a/python-google-api-python-client.changes +++ b/python-google-api-python-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 22 17:12:38 UTC 2023 - Antonio Larrosa + +- Remove pandas from the BuildRequires. It's not really needed. + ------------------------------------------------------------------- Thu Oct 12 11:30:53 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index c9534fa..0856b56 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -29,7 +29,6 @@ BuildRequires: %{python_module google-api-core >= 1.31.5} BuildRequires: %{python_module google-auth >= 1.19.0} BuildRequires: %{python_module google-auth-httplib2 >= 0.1.0} BuildRequires: %{python_module httplib2 >= 0.15.0} -BuildRequires: %{python_module pandas} BuildRequires: %{python_module parameterized} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}