From 0ad474152f709b13eeeb9248a66ad877e6c8b3d4c8db9ac1289a09646b5f6492 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 8 Nov 2024 07:50:22 +0000 Subject: [PATCH] - Add missing dependency python-simple-websocket OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-engineio?expand=0&rev=18 --- python-python-engineio.changes | 5 +++++ python-python-engineio.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-python-engineio.changes b/python-python-engineio.changes index ebcf507..adffd9a 100644 --- a/python-python-engineio.changes +++ b/python-python-engineio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 8 07:49:41 UTC 2024 - Daniel Garcia + +- Add missing dependency python-simple-websocket + ------------------------------------------------------------------- Fri Oct 18 10:52:04 UTC 2024 - Dirk Müller diff --git a/python-python-engineio.spec b/python-python-engineio.spec index 195486c..5c3abbb 100644 --- a/python-python-engineio.spec +++ b/python-python-engineio.spec @@ -30,6 +30,7 @@ BuildRequires: %{python_module simple-websocket >= 0.10.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-simple-websocket Recommends: python-eventlet Suggests: python-aiohttp >= 3.4 Suggests: python-requests >= 2.21.0