Correct BuildRequires for exceptiongroup, it is always required.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-anyio?expand=0&rev=40
This commit is contained in:
parent
87b4f920e6
commit
ee39414b64
@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 06:15:06 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
Mon Mar 11 23:36:15 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 4.3.0:
|
||||
* Added support for the Python 3.12 ``walk_up`` keyword argument in
|
||||
|
@ -25,7 +25,7 @@ License: MIT
|
||||
URL: https://github.com/agronholm/anyio
|
||||
Source: https://files.pythonhosted.org/packages/source/a/anyio/anyio-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module exceptiongroup if %python-base < 3.11}
|
||||
BuildRequires: %{python_module exceptiongroup}
|
||||
BuildRequires: %{python_module idna >= 2.8}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module psutil >= 5.9}
|
||||
@ -37,7 +37,6 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: python-rpm-macros >= 20210127.3a18043
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module hypothesis >= 4.0}
|
||||
BuildRequires: %{python_module mock >= 4.0 if %python-base < 3.8}
|
||||
BuildRequires: %{python_module pytest >= 7.0}
|
||||
BuildRequires: %{python_module pytest-mock >= 3.6.1}
|
||||
BuildRequires: %{python_module trio >= 0.23}
|
||||
|
Loading…
x
Reference in New Issue
Block a user