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}