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}