forked from pool/python-zeroconf
- Add missing dependency on python-async_timeout at run time.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=68
This commit is contained in:
committed by
Git OBS Bridge
parent
0313cf748e
commit
7a36669b43
@@ -3,6 +3,7 @@ Sat Sep 17 18:38:52 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
|||||||
|
|
||||||
- Re-enable test_service_browser_expire_callbacks: Should be fixed
|
- Re-enable test_service_browser_expire_callbacks: Should be fixed
|
||||||
with 0.39.0 (gh#jstasiak/python-zeroconf!1084).
|
with 0.39.0 (gh#jstasiak/python-zeroconf!1084).
|
||||||
|
- Add missing dependency on python-async_timeout at run time.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 17 16:40:31 UTC 2022 - marec <marec@detebe.org>
|
Sat Sep 17 16:40:31 UTC 2022 - marec <marec@detebe.org>
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ BuildRequires: %{python_module pytest}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-async_timeout >= 4.0.1
|
||||||
Requires: python-ifaddr >= 0.1.7
|
Requires: python-ifaddr >= 0.1.7
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|||||||
Reference in New Issue
Block a user