From 930f9c8cfa9fe915e4cef536d00ec34d8f3d9864fd10159cbf75a2aedf0e66d3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 10 Aug 2022 14:33:55 +0000 Subject: [PATCH] - remove unnecessary dependency on pylint OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylama?expand=0&rev=15 --- python-pylama.changes | 5 +++++ python-pylama.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pylama.changes b/python-pylama.changes index b77fa7f..b4d86de 100644 --- a/python-pylama.changes +++ b/python-pylama.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 10 14:33:44 UTC 2022 - Dirk Müller + +- remove unnecessary dependency on pylint + ------------------------------------------------------------------- Tue Mar 16 04:12:39 UTC 2021 - Steve Kowalik diff --git a/python-pylama.spec b/python-pylama.spec index cd7b999..3edc8af 100644 --- a/python-pylama.spec +++ b/python-pylama.spec @@ -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