forked from pool/python-pylint
Accepting request 1005669 from home:bnavigator:branches:devel:languages:python
- Fix astroid requirement. OBS-URL: https://build.opensuse.org/request/show/1005669 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=135
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 20:30:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Fix astroid requirement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 12:45:04 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@@ -37,7 +37,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-dill >= 0.2
|
||||
Requires: python-platformdirs >= 2.2
|
||||
Requires: python-tomlkit >= 0.10.1
|
||||
Requires: (python-astroid >= 2.12.4 with python-astroid < 2.14.0~dev0)
|
||||
Requires: (python-astroid >= 2.12.10 with python-astroid < 2.14.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
|
||||
@@ -48,7 +48,7 @@ Requires: python-typing-extensions >= 3.10
|
||||
%endif
|
||||
%if %{with tests}
|
||||
# SECTION pylint deps
|
||||
BuildRequires: %{python_module astroid >= 2.12.4 with %python-astroid < 2.14.0~dev0}
|
||||
BuildRequires: %{python_module astroid >= 2.12.10 with %python-astroid < 2.14.0~dev0}
|
||||
BuildRequires: %{python_module dill >= 0.2}
|
||||
BuildRequires: %{python_module isort >= 4.2.5 with %python-isort < 6}
|
||||
BuildRequires: %{python_module mccabe >= 0.6 with %python-mccabe < 0.8}
|
||||
|
Reference in New Issue
Block a user