typing_extensions is actually needed everywhere

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=49
This commit is contained in:
Markéta Machová 2025-02-10 15:38:44 +00:00 committed by Git OBS Bridge
parent ffbd64870e
commit 6b19aeffcb

View File

@ -46,9 +46,9 @@ BuildRequires: %{python_module uvloop}
BuildRequires: fdupes
Requires: python-idna >= 2.8
Requires: python-sniffio >= 1.1
Requires: python-typing_extensions
%if 0%{?python_version_nodots} < 311
Requires: python-exceptiongroup
Requires: python-typing_extensions
%endif
Suggests: python-trio >= 0.26.1
BuildArch: noarch