forked from pool/python-uvicorn
- skip optional uvloop test dependency for SLE15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvicorn?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 16 08:13:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- skip optional uvloop test dependency for SLE15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 16 15:27:53 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
Thu Feb 16 15:27:53 UTC 2023 - Torsten Gruner <simmphonie@opensuse.org>
|
||||||
|
|
||||||
|
@@ -58,7 +58,9 @@ BuildRequires: %{python_module python-dotenv}
|
|||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module trustme}
|
BuildRequires: %{python_module trustme}
|
||||||
BuildRequires: %{python_module typing_extensions if %python-base < 3.8}
|
BuildRequires: %{python_module typing_extensions if %python-base < 3.8}
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
BuildRequires: %{python_module uvloop >= 0.14.0}
|
BuildRequires: %{python_module uvloop >= 0.14.0}
|
||||||
|
%endif
|
||||||
BuildRequires: %{python_module websockets >= 8.0}
|
BuildRequires: %{python_module websockets >= 8.0}
|
||||||
BuildRequires: %{python_module wsproto >= 1.2.0}
|
BuildRequires: %{python_module wsproto >= 1.2.0}
|
||||||
# We don't want watchfiles in Ring1
|
# We don't want watchfiles in Ring1
|
||||||
|
Reference in New Issue
Block a user