From df5d5e4b0d21c35047d8937942cd49be659175be0b849eb5fe6d0ce6f51d2b97 Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Sat, 17 Sep 2022 18:30:01 +0000 Subject: [PATCH] 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 --- python-zeroconf.changes | 5 +++++ python-zeroconf.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 680887e..c6d5c45 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 16:40:31 UTC 2022 - marec + +- added build dependency python-async_timeout in order to fix build failure + ------------------------------------------------------------------- Sat Sep 17 07:29:19 UTC 2022 - Dirk Müller diff --git a/python-zeroconf.spec b/python-zeroconf.spec index c05f3d0..aabb22c 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -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}