diff --git a/python-rst.linker.changes b/python-rst.linker.changes index 7f653e5..1934f0b 100644 --- a/python-rst.linker.changes +++ b/python-rst.linker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 19 14:51:16 UTC 2023 - Dirk Müller + +- remove buildrequires that are not used on sle15 + ------------------------------------------------------------------- Fri May 5 12:52:16 UTC 2023 - Dirk Müller @@ -53,7 +58,7 @@ Tue Sep 10 10:34:26 UTC 2019 - Tomáš Chvátal - Update to 1.11: * Now supply the version of the package during Sphinx setup. - * Also supply "parallel_read_safe=True" + * Also supply "parallel_read_safe=True" ------------------------------------------------------------------- Fri Jun 7 11:56:25 UTC 2019 - Tomáš Chvátal diff --git a/python-rst.linker.spec b/python-rst.linker.spec index 08a926b..1f82bbb 100644 --- a/python-rst.linker.spec +++ b/python-rst.linker.spec @@ -26,7 +26,6 @@ License: MIT URL: https://github.com/jaraco/rst.linker Source: https://files.pythonhosted.org/packages/source/r/%{_name}/%{_name}-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} -BuildRequires: %{python_module importlib-metadata if %python-version < 3.8} BuildRequires: %{python_module path} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} @@ -38,6 +37,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx %if 0%{python_version_nodots} < 38 +BuildRequires: %{python_module importlib-metadata if %python-version < 3.8} Requires: python-importlib-metadata %endif Requires: python-python-dateutil