From 968ffdf9a9e045e075238f0147b50b34ee3a1491167c4a90edbc652b86c616b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 19 Jan 2024 18:44:32 +0000 Subject: [PATCH] Accepting request 1139652 from home:mcalabkova:branches:openSUSE:Backports:SLE-15-SP6:mailman - remove unneeded build dependency python-ujson OBS-URL: https://build.opensuse.org/request/show/1139652 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-falcon?expand=0&rev=48 --- python-falcon.changes | 5 +++++ python-falcon.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-falcon.changes b/python-falcon.changes index e09403b..d62ca48 100644 --- a/python-falcon.changes +++ b/python-falcon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 18 09:33:52 UTC 2024 - Markéta Machová + +- remove unneeded build dependency python-ujson + ------------------------------------------------------------------- Tue Jan 2 23:52:59 UTC 2024 - Jiri Srain diff --git a/python-falcon.spec b/python-falcon.spec index e16aecd..dc785b9 100644 --- a/python-falcon.spec +++ b/python-falcon.spec @@ -46,7 +46,6 @@ BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} BuildRequires: %{python_module testtools} -BuildRequires: %{python_module ujson} %if 0%{?suse_version} >= 1550 BuildRequires: %{python_module httpx if (%python-base without python36-base)} BuildRequires: %{python_module uvicorn if (%python-base without python36-base)}