This commit is contained in:
parent
1c941389e3
commit
13c7c5714e
@ -44,13 +44,16 @@ Requires: python-idna
|
|||||||
Requires: python-outcome
|
Requires: python-outcome
|
||||||
Requires: python-sniffio >= 1.3.0
|
Requires: python-sniffio >= 1.3.0
|
||||||
Requires: python-sortedcontainers
|
Requires: python-sortedcontainers
|
||||||
Requires: (python-exceptiongroup if python-base < 3.11)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
|
Requires: (python-exceptiongroup if python-base < 3.11)
|
||||||
|
%endif
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module astor >= 0.8}
|
BuildRequires: %{python_module astor >= 0.8}
|
||||||
BuildRequires: %{python_module async_generator >= 1.9}
|
BuildRequires: %{python_module async_generator >= 1.9}
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module idna}
|
BuildRequires: %{python_module idna}
|
||||||
|
BuildRequires: %{python_module isort}
|
||||||
BuildRequires: %{python_module outcome}
|
BuildRequires: %{python_module outcome}
|
||||||
BuildRequires: %{python_module pyOpenSSL}
|
BuildRequires: %{python_module pyOpenSSL}
|
||||||
BuildRequires: %{python_module pytest >= 5.0}
|
BuildRequires: %{python_module pytest >= 5.0}
|
||||||
@ -59,9 +62,6 @@ BuildRequires: %{python_module sniffio >= 1.3.0}
|
|||||||
BuildRequires: %{python_module trio = %{version}}
|
BuildRequires: %{python_module trio = %{version}}
|
||||||
BuildRequires: %{python_module trustme}
|
BuildRequires: %{python_module trustme}
|
||||||
BuildRequires: %{python_module yapf >= 0.27.0}
|
BuildRequires: %{python_module yapf >= 0.27.0}
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
BuildRequires: %{python_module exceptiongroup >= 1.0.0~rc9 if %{python}-base < 3.11}
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user