From d663884cde894bd8889dec306f3ae964721bffad6abce1853c6fbad1925bff4a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 20 Nov 2024 22:49:10 +0000 Subject: [PATCH] Accepting request 1225329 from home:bnavigator:branches:devel:languages:python:numeric - Remove lmdb test requirement: the tests have been disabled anyway OBS-URL: https://build.opensuse.org/request/show/1225329 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zict?expand=0&rev=22 --- python-zict.changes | 5 +++++ python-zict.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zict.changes b/python-zict.changes index 5f2c986..6cd4306 100644 --- a/python-zict.changes +++ b/python-zict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 20 15:56:31 UTC 2024 - Ben Greiner + +- Remove lmdb test requirement: the tests have been disabled anyway + ------------------------------------------------------------------- Wed Aug 14 14:55:47 UTC 2024 - Dirk Müller diff --git a/python-zict.spec b/python-zict.spec index e62e987..1db640c 100644 --- a/python-zict.spec +++ b/python-zict.spec @@ -33,7 +33,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module lmdb} +#BuildRequires: %%{python_module lmdb} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-timeout}