From a6158f6277167188797178e50d50f9c29e5bdd1e326adf27995dc0ce65e92328 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 19 Mar 2024 16:50:43 +0000 Subject: [PATCH] Fix conditions in REquires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snimpy?expand=0&rev=20 --- python-snimpy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-snimpy.spec b/python-snimpy.spec index 6b5d550..4566739 100644 --- a/python-snimpy.spec +++ b/python-snimpy.spec @@ -36,12 +36,12 @@ BuildRequires: python-rpm-macros Requires: python-cffi >= 1.0.0 Requires: python-pysnmp >= 5 Requires: python-setuptools -Requires: (python-pyasyncore if python-base > 3.11) +Requires: (python-pyasyncore if python-base >= 3.12) Requires(post): update-alternatives Requires(postun): update-alternatives # SECTION test requirements BuildRequires: %{python_module cffi >= 1.0.0} -BuildRequires: %{python_module pyasyncore if %python-base > 3.11} +BuildRequires: %{python_module pyasyncore if %python-base >= 3.12} BuildRequires: %{python_module pysnmp >= 5} BuildRequires: %{python_module pytest} # /SECTION