From 6b19aeffcb48d5cd85dbec9285c1f02497e90158b1233e87e87340f50c8b6862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 10 Feb 2025 15:38:44 +0000 Subject: [PATCH] typing_extensions is actually needed everywhere OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=49 --- python-anyio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-anyio.spec b/python-anyio.spec index fcfc9c2..5f78623 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -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