From d0fbd7e6be4651334efc423b3aeec2e5d793529b5d9468e8fdf33a34ca892ea2 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 20 Sep 2024 04:21:58 +0000 Subject: [PATCH] - Add missing Requires on python-exceptiongroup. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-quart-trio?expand=0&rev=3 --- python-quart-trio.changes | 5 +++++ python-quart-trio.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-quart-trio.changes b/python-quart-trio.changes index 39413ff..aa20982 100644 --- a/python-quart-trio.changes +++ b/python-quart-trio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 20 04:21:43 UTC 2024 - Steve Kowalik + +- Add missing Requires on python-exceptiongroup. + ------------------------------------------------------------------- Thu Sep 19 05:48:30 UTC 2024 - Steve Kowalik diff --git a/python-quart-trio.spec b/python-quart-trio.spec index 47ce2dd..88477cf 100644 --- a/python-quart-trio.spec +++ b/python-quart-trio.spec @@ -35,6 +35,7 @@ BuildRequires: %{python_module trio >= 0.19} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Quart >= 0.19 +Requires: python-exceptiongroup Requires: python-hypercorn >= 0.12 Requires: python-trio >= 0.19 Recommends: python-python-dotenv