From cdedb77b9e47f734a09deb86639648230d026848 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 28 Oct 2021 20:59:01 +0800 Subject: [PATCH] add python3-six to fix some testcase failed Signed-off-by: cherry530 --- pylint.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pylint.spec b/pylint.spec index 5ef4dac..66ef22c 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,6 +1,6 @@ Name: pylint Version: 2.6.0 -Release: 1 +Release: 2 Summary: Analyzes Python code looking for bugs and signs of poor quality License: GPLv2+ URL: http://www.pylint.org/ @@ -16,6 +16,7 @@ BuildRequires: python3-isort BuildRequires: python3-mccabe BuildRequires: python3-pytest BuildRequires: python3-pytest-runner +BuildRequires: python3-six # For the main pylint package Requires: python3-%{name} = %{version}-%{release} @@ -108,6 +109,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} %{_mandir}/man1/*-%{python3_version}.1* %changelog +* Thu Oct 28 2021 xu_ping - 2.6.0-2 +- add python3-six model to fix some testcase failed + * Mon Jul 19 2021 OpenStack_SIG - 2.6.0-1 - update to 2.6.0