diff --git a/python-python-socketio.changes b/python-python-socketio.changes index 4566833..957e4dc 100644 --- a/python-python-socketio.changes +++ b/python-python-socketio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 3 04:58:19 UTC 2024 - Steve Kowalik + +- Do not use python_module in Requires/Suggests. + ------------------------------------------------------------------- Wed Aug 14 17:15:24 UTC 2024 - Guang Yee diff --git a/python-python-socketio.spec b/python-python-socketio.spec index 624d67a..0e18f1a 100644 --- a/python-python-socketio.spec +++ b/python-python-socketio.spec @@ -31,11 +31,11 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: %{python_module bidict >= 0.21.0} -Requires: %{python_module python-engineio >= 4.8.0} -Suggests: %{python_module aiohttp >= 3.4} -Suggests: %{python_module requests >= 2.21.0} -Suggests: %{python_module websocket-client >= 0.54.0} +Requires: python-bidict >= 0.21.0 +Requires: python-python-engineio >= 4.8.0 +Suggests: python-aiohttp >= 3.4 +Suggests: python-requests >= 2.21.0 +Suggests: python-websocket-client >= 0.54.0 #Tests: BuildRequires: %{python_module aiohttp >= 3.4} BuildRequires: %{python_module msgpack}