From ab6d2927db82d6da6b1b57b5c470d09f92c89ab146d075d218c814a32baec608 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 3 Aug 2022 08:18:39 +0000 Subject: [PATCH] with replaced by and OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=50 --- python-osc-tiny.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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