14
0

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
This commit is contained in:
2022-03-19 12:14:01 +00:00
committed by Git OBS Bridge
parent fb00d6254d
commit 148200a2f4
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 19 08:26:41 UTC 2022 - ecsos <ecsos@opensuse.org>
- Add missing BuildRequires python-importlib_resources
to fix build error in leap.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 13 12:30:48 UTC 2022 - Matej Cepl <mcepl@suse.com> Thu Jan 13 12:30:48 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@@ -33,6 +33,7 @@ Patch0: remove_safe_hasattr.patch
# some objects were mocked twice # some objects were mocked twice
Patch1: remove_double_patch.patch Patch1: remove_double_patch.patch
BuildRequires: %{python_module docutils} BuildRequires: %{python_module docutils}
BuildRequires: %{python_module importlib_resources}
BuildRequires: %{python_module lockfile >= 0.10} BuildRequires: %{python_module lockfile >= 0.10}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testscenarios >= 0.4} BuildRequires: %{python_module testscenarios >= 0.4}