From 42e11db570dfbc314836cf6bbca9e26f46dfe4b1c676a8f05ee63d7ae7f0bc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 18 Sep 2024 09:47:02 +0000 Subject: [PATCH] Add a BuildRequires for ca-certificates-mozilla to solve build failure for Tumbleweed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tabula-py?expand=0&rev=2 --- python-tabula-py.changes | 6 ++++++ python-tabula-py.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-tabula-py.changes b/python-tabula-py.changes index 8fbd432..db07004 100644 --- a/python-tabula-py.changes +++ b/python-tabula-py.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 17 19:53:03 UTC 2024 - Aline Werner + +- Add a BuildRequires for ca-certificates-mozilla to solve build + failure for Tumbleweed. + ------------------------------------------------------------------- Wed Aug 28 17:44:19 UTC 2024 - Aline Werner diff --git a/python-tabula-py.spec b/python-tabula-py.spec index e25d683..fdf3762 100644 --- a/python-tabula-py.spec +++ b/python-tabula-py.spec @@ -29,6 +29,7 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: %{python_module setuptools >= 45} BuildRequires: %{python_module setuptools_scm >= 6.2} +BuildRequires: ca-certificates-mozilla # SECTION test requirements BuildRequires: %{python_module distro} BuildRequires: %{python_module numpy}