From 148200a2f4ef9e73d9569188c85438ef4eb7d69452d6fa2d0c31c1f21f9d716e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 19 Mar 2022 12:14:01 +0000 Subject: [PATCH] Accepting request 963011 from home:ecsos - Add missing BuildRequires python-importlib_resources to fix build error in leap. OBS-URL: https://build.opensuse.org/request/show/963011 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=33 --- python-python-daemon.changes | 6 ++++++ python-python-daemon.spec | 1 + 2 files changed, 7 insertions(+) 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}