forked from pool/python-trio
- 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:
parent
7c200e14fb
commit
e009f3f472
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user