add python3-six to fix some testcase failed
Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
parent
8c5660ae5b
commit
5e2c84e4fe
@ -1,6 +1,6 @@
|
|||||||
Name: pylint
|
Name: pylint
|
||||||
Version: 2.6.0
|
Version: 2.6.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Analyzes Python code looking for bugs and signs of poor quality
|
Summary: Analyzes Python code looking for bugs and signs of poor quality
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.pylint.org/
|
URL: http://www.pylint.org/
|
||||||
@ -16,6 +16,7 @@ BuildRequires: python3-isort
|
|||||||
BuildRequires: python3-mccabe
|
BuildRequires: python3-mccabe
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-pytest-runner
|
BuildRequires: python3-pytest-runner
|
||||||
|
BuildRequires: python3-six
|
||||||
|
|
||||||
# For the main pylint package
|
# For the main pylint package
|
||||||
Requires: python3-%{name} = %{version}-%{release}
|
Requires: python3-%{name} = %{version}-%{release}
|
||||||
@ -108,6 +109,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
|||||||
%{_mandir}/man1/*-%{python3_version}.1*
|
%{_mandir}/man1/*-%{python3_version}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 28 2021 xu_ping <xuping33@huawei.com> - 2.6.0-2
|
||||||
|
- add python3-six model to fix some testcase failed
|
||||||
|
|
||||||
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.6.0-1
|
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.6.0-1
|
||||||
- update to 2.6.0
|
- update to 2.6.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user