diff --git a/python-python-socketio.changes b/python-python-socketio.changes index a151bfe..d55e785 100644 --- a/python-python-socketio.changes +++ b/python-python-socketio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 12 05:22:00 UTC 2025 - Steve Kowalik + +- Add missing BuildRequires on pytest-asyncio. + ------------------------------------------------------------------- Mon Apr 28 14:20:32 UTC 2025 - Dirk Müller diff --git a/python-python-socketio.spec b/python-python-socketio.spec index d2cfd99..47917a1 100644 --- a/python-python-socketio.spec +++ b/python-python-socketio.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-socketio # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,6 +39,7 @@ Suggests: python-websocket-client >= 0.54.0 #Tests: BuildRequires: %{python_module aiohttp >= 3.4} BuildRequires: %{python_module msgpack} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.21.0} @@ -68,6 +69,6 @@ Python implementation of the Socket.IO realtime server. %doc README.md %license LICENSE %{python_sitelib}/socketio -%{python_sitelib}/python_socketio-%{version}*-info +%{python_sitelib}/python_socketio-%{version}.dist-info %changelog