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}