From b81ef3f1563d8d45a54c170b9e29f730a3378f91307dc5f78246a33d1d38ede7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 19 Oct 2023 10:05:12 +0000 Subject: [PATCH] - Remove unnecessary BR on python-lupa OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fakeredis?expand=0&rev=45 --- python-fakeredis.changes | 5 +++++ python-fakeredis.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-fakeredis.changes b/python-fakeredis.changes index e0af63e..50ae49f 100644 --- a/python-fakeredis.changes +++ b/python-fakeredis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 19 10:04:58 UTC 2023 - Matej Cepl + +- Remove unnecessary BR on python-lupa + ------------------------------------------------------------------- Tue Sep 26 13:23:51 UTC 2023 - Dirk Müller diff --git a/python-fakeredis.spec b/python-fakeredis.spec index 3f4087a..d57ea52 100644 --- a/python-fakeredis.spec +++ b/python-fakeredis.spec @@ -37,7 +37,6 @@ BuildArch: noarch # SECTION test requirements # technically requires hypothesis >= 6.56, but we don't have it yet BuildRequires: %{python_module hypothesis} -BuildRequires: %{python_module lupa >= 1.14} BuildRequires: %{python_module pytest >= 7.1.2} BuildRequires: %{python_module pytest-asyncio >= 0.19.0} BuildRequires: %{python_module pytest-mock >= 3.7.0}