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:
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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 pydocstyle >= 2.0.0}
|
||||
BuildRequires: %{python_module pyflakes >= 1.5.0}
|
||||
BuildRequires: %{python_module pylint}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module radon >= 1.4.2}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -50,7 +49,6 @@ Recommends: python-mccabe >= 0.5.2
|
||||
Recommends: python-pycodestyle >= 2.3.1
|
||||
Recommends: python-pydocstyle >= 2.0.0
|
||||
Recommends: python-pyflakes >= 1.5.0
|
||||
Recommends: python-pylint
|
||||
Recommends: python-radon >= 1.4.2
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user