14
0

Accepting request 963041 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/963041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-daemon?expand=0&rev=26
This commit is contained in:
2022-03-22 18:36:09 +00:00
committed by Git OBS Bridge
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>

View File

@@ -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}