14
0

Accepting request 1004373 from home:marec2000:branches:devel:languages:python

- added build dependency python-async_timeout in order to fix build failure

OBS-URL: https://build.opensuse.org/request/show/1004373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=66
This commit is contained in:
Antoine Belvire
2022-09-17 18:30:01 +00:00
committed by Git OBS Bridge
parent bde8917676
commit df5d5e4b0d
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ License: LGPL-2.0-only
Group: Development/Languages/Python
URL: https://github.com/jstasiak/python-zeroconf
Source: %{name}-%{version}.tar.xz
BuildRequires: %{python_module async_timeout}
BuildRequires: %{python_module ifaddr >= 0.1.7}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}