From bd04719e475f6a94ed8ac394c2d288fa9cf1659d0e3fd37a47db9ec4c178a003 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 3 Aug 2022 12:50:45 +0000 Subject: [PATCH] Missing BR OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=53 --- python-osc-tiny.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index aa24a87..d764955 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -27,7 +27,6 @@ Group: Development/Languages/Python URL: https://github.com/crazyscientist/osc-tiny Source: https://files.pythonhosted.org/packages/source/o/osc-tiny/osc-tiny-%{version}.tar.gz BuildRequires: %{python_module PyYAML} -BuildRequires: %{python_module cached-property} BuildRequires: %{python_module lxml} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-dateutil} @@ -46,6 +45,7 @@ Requires: python-responses Suggests: openssh BuildArch: noarch # Using 'if' instead of 'with' because the latter requires rpm >= 4.14 +BuildRequires: %{python_module cached-property if %python-base < 3.8} Requires: (python-cached-property if python-base < 3.8) %python_subpackages