From f66430febe536a03d1405cb92c6573dfb58939627f12e1798b1d92fe8cde2b39 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 3 Sep 2024 04:58:54 +0000 Subject: [PATCH] - Do not use python_module in Requires/Suggests. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socketio?expand=0&rev=15 --- python-python-socketio.changes | 5 +++++ python-python-socketio.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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}