14
0
forked from pool/python-pylama

- remove unnecessary dependency on pylint

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=15
This commit is contained in:
2022-08-10 14:33:55 +00:00
committed by Git OBS Bridge
parent 3ec42500b1
commit 930f9c8cfa
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 10 14:33:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
- remove unnecessary dependency on pylint
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 16 04:12:39 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com> Tue Mar 16 04:12:39 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pylama # spec file for package python-pylama
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,6 @@ BuildRequires: %{python_module mccabe >= 0.5.2}
BuildRequires: %{python_module pycodestyle >= 2.3.1} BuildRequires: %{python_module pycodestyle >= 2.3.1}
BuildRequires: %{python_module pydocstyle >= 2.0.0} BuildRequires: %{python_module pydocstyle >= 2.0.0}
BuildRequires: %{python_module pyflakes >= 1.5.0} BuildRequires: %{python_module pyflakes >= 1.5.0}
BuildRequires: %{python_module pylint}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module radon >= 1.4.2} BuildRequires: %{python_module radon >= 1.4.2}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@@ -50,7 +49,6 @@ Recommends: python-mccabe >= 0.5.2
Recommends: python-pycodestyle >= 2.3.1 Recommends: python-pycodestyle >= 2.3.1
Recommends: python-pydocstyle >= 2.0.0 Recommends: python-pydocstyle >= 2.0.0
Recommends: python-pyflakes >= 1.5.0 Recommends: python-pyflakes >= 1.5.0
Recommends: python-pylint
Recommends: python-radon >= 1.4.2 Recommends: python-radon >= 1.4.2
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages