Accepting request 851475 from home:jayvdb:branches:devel:languages:python

- Remove Suggest python-asyncio, which is in Python 3 stdlib

OBS-URL: https://build.opensuse.org/request/show/851475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=23
This commit is contained in:
Markéta Machová 2020-11-30 14:56:05 +00:00 committed by Git OBS Bridge
parent 545814b52f
commit bb2e419fd2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 28 10:59:12 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Remove Suggest python-asyncio, which is in Python 3 stdlib
-------------------------------------------------------------------
Thu Feb 6 13:45:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -30,7 +30,6 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Suggests: python-asyncio
%python_subpackages
%description
@ -56,6 +55,8 @@ export CFLAGS="%{optflags}"
%check
# Test execution speed depends on BS load and architecture, relax
export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
# https://github.com/aaugustin/websockets/issues/855 is an intermittent failure
# for test_keepalive_ping_does_not_crash_when_connection_lost on s390x
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest
%files %{python_files}