14
0
forked from pool/python-snimpy
2024-03-19 16:50:43 +00:00
committed by Git OBS Bridge
parent 2f87772ca0
commit a6158f6277

View File

@@ -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