Benjamin Greiner 2023-11-01 16:42:20 +00:00 committed by Git OBS Bridge
parent bd774a8fac
commit f1eefb0ea5

View File

@ -44,7 +44,7 @@ BuildRequires: %{python_module pluggy}
BuildRequires: %{python_module pydocstyle >= 6.3.0 with %python-pydocstyle < 6.4.0}
BuildRequires: %{python_module pylint >= 2.5.0 with %python-pylint < 3.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-lsp-jsonrpc >= 1.0.0 with %python-python-lsp-jsonrpc < 2}
BuildRequires: %{python_module python-lsp-jsonrpc >= 1.1.0 with %python-python-lsp-jsonrpc < 2}
BuildRequires: %{python_module rope >= 1.2.0}
BuildRequires: %{python_module ujson >= 3.0.0}
BuildRequires: %{python_module whatthepatch >= 1.0.2 with %python-whatthepatch < 2}
@ -55,7 +55,7 @@ Requires: python-docstring-to-markdown
Requires: python-pluggy >= 1.0.0
Requires: python-ujson >= 3.0.0
Requires: (python-jedi >= 0.17.2 with python-jedi < 0.20)
Requires: (python-python-lsp-jsonrpc >= 1.0.0 with python-python-lsp-jsonrpc < 2)
Requires: (python-python-lsp-jsonrpc >= 1.1.0 with python-python-lsp-jsonrpc < 2)
%if 0%{?python_version_nodots} < 310
Requires: python-importlib_metadata >= 4.8.3
%endif