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