From fce272dcb8ef19a8b1ec97c0ce28de497892975b00c8d3b7311f774590f94de2 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Wed, 9 Oct 2024 12:38:31 +0000 Subject: [PATCH] - Remove bogus build dependency on python-propcache OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-propcache?expand=0&rev=2 --- python-propcache.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-propcache.spec b/python-propcache.spec index 2f2c996..95027a2 100644 --- a/python-propcache.spec +++ b/python-propcache.spec @@ -30,7 +30,6 @@ BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 47} BuildRequires: %{python_module wheel} BuildRequires: %{python_module covdefaults} -BuildRequires: %{python_module propcache = %{version}} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-xdist}