From c0767433e2695b2613473863a646723186948a3a6fe418dabc2716056b56e61a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 2 Jan 2019 14:24:45 +0000 Subject: [PATCH] - Only python3 version of astroid and pylint is required OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:avocado/python-inspektor?expand=0&rev=9 --- python-inspektor.changes | 2 +- python-inspektor.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python-inspektor.changes b/python-inspektor.changes index d6f1dc9..7be1c37 100644 --- a/python-inspektor.changes +++ b/python-inspektor.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Jan 2 08:47:15 UTC 2019 - Martin Pluskal -- Only python3 version of astroid is required +- Only python3 version of astroid and pylint is required ------------------------------------------------------------------- Tue Oct 9 08:21:56 UTC 2018 - Martin Pluskal diff --git a/python-inspektor.spec b/python-inspektor.spec index 156f6f5..5ec86b0 100644 --- a/python-inspektor.spec +++ b/python-inspektor.spec @@ -32,20 +32,20 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module logutils} >= 0.3.3 BuildRequires: %{python_module pbr} >= 1.4 BuildRequires: %{python_module pycodestyle} >= 2.0.0 -BuildRequires: %{python_module pylint} >= 1.3.1 BuildRequires: %{python_module setuptools} BuildRequires: %{python_module stevedore} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-astroid >= 1.2.1 +BuildRequires: python3-pylint >= 1.3.1 Requires: python-cliff Requires: python-cmd2 Requires: python-logutils >= 0.3.3 Requires: python-pbr >= 1.4 Requires: python-pycodestyle >= 2.0.0 -Requires: python-pylint >= 1.3.1 Requires: python-stevedore Requires: python3-astroid >= 1.2.1 +Requires: python3-pylint >= 1.3.1 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch