From d35407fdcbbdb64217590581005b61df690dc1e1bb1b2ea628f710cff3cacf37 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 29 Nov 2023 13:06:30 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asgiref?expand=0&rev=19 --- python-asgiref.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-asgiref.spec b/python-asgiref.spec index a7d21b3..4098415 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/django/asgiref/ Source: https://files.pythonhosted.org/packages/source/a/asgiref/asgiref-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.6} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} @@ -33,8 +33,8 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -BuildRequires: %{python_module typing-extensions} -Requires: python-typing-extensions +BuildRequires: %{python_module typing-extensions > 4} +Requires: python-typing-extensions > 4 %python_subpackages %description