- remove buildrequires that are not used on sle15

* If you want to use Trio, but are stuck with some other event loop
    memory channels slightly smaller and faster.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trio?expand=0&rev=36
This commit is contained in:
Dirk Mueller 2023-09-19 14:52:58 +00:00 committed by Git OBS Bridge
parent 7c200e14fb
commit e009f3f472
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 19 14:51:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- remove buildrequires that are not used on sle15
-------------------------------------------------------------------
Fri Apr 21 12:37:56 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -28,7 +28,9 @@ BuildRequires: %{python_module astor >= 0.8}
BuildRequires: %{python_module async_generator >= 1.9}
BuildRequires: %{python_module attrs >= 19.2.0}
BuildRequires: %{python_module base >= 3.7}
%if 0%{?suse_version} > 1500
BuildRequires: %{python_module exceptiongroup >= 1.0.0~rc9 if %python-base < 3.11}
%endif
BuildRequires: %{python_module idna}
BuildRequires: %{python_module outcome}
BuildRequires: %{python_module pyOpenSSL}