diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 096881d..b081637 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -45,7 +45,8 @@ Requires: python-responses Suggests: openssh BuildArch: noarch BuildRequires: %{python_module cached-property if %python-base < 3.8} -Requires: (python-cached-property with python-base < 3.8) +# Using 'and' instead of 'with' because the latter requires rpm >= 4.14 +Requires: (python-cached-property and python-base < 3.8) %python_subpackages %description