14
0
forked from pool/python-pylint
2024-09-24 13:51:54 +00:00
committed by Git OBS Bridge
parent 913c3fc320
commit 81b6729751

View File

@@ -33,10 +33,10 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-dill >= 0.3.6
Requires: python-dill >= 0.3.7
Requires: python-platformdirs >= 2.2
Requires: python-tomlkit >= 0.10.1
Requires: (python-astroid >= 3.3.0 with python-astroid < 3.4.0~dev0)
Requires: (python-astroid >= 3.3.4 with python-astroid < 3.4.0~dev0)
Requires: (python-isort >= 4.2.5 with python-isort < 6)
Requires: (python-mccabe >= 0.6 with python-mccabe < 0.8)
%if 0%{?python_version_nodots} < 311
@@ -45,8 +45,8 @@ Requires: python-tomli >= 1.1.0
Requires: python-typing-extensions >= 4.9
%if %{with tests}
# SECTION pylint deps
BuildRequires: %{python_module astroid >= 3.3.0 with %python-astroid < 3.4.0~dev0}
BuildRequires: %{python_module dill >= 0.3.6}
BuildRequires: %{python_module astroid >= 3.3.4 with %python-astroid < 3.4.0~dev0}
BuildRequires: %{python_module dill >= 0.3.7}
BuildRequires: %{python_module enchant}
BuildRequires: %{python_module isort >= 4.2.5 with %python-isort < 6}
BuildRequires: %{python_module mccabe >= 0.6 with %python-mccabe < 0.8}