diff --git a/python-python-daemon.changes b/python-python-daemon.changes index 01929ad..2fb8aa4 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 19 08:26:41 UTC 2022 - ecsos + +- Add missing BuildRequires python-importlib_resources + to fix build error in leap. + ------------------------------------------------------------------- Thu Jan 13 12:30:48 UTC 2022 - Matej Cepl diff --git a/python-python-daemon.spec b/python-python-daemon.spec index 8fcfc68..4893f8b 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -33,6 +33,7 @@ Patch0: remove_safe_hasattr.patch # some objects were mocked twice Patch1: remove_double_patch.patch BuildRequires: %{python_module docutils} +BuildRequires: %{python_module importlib_resources} BuildRequires: %{python_module lockfile >= 0.10} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testscenarios >= 0.4}