!4 Fix install conflict

From: @xiyuanwang
Reviewed-by: @huangtianhua
Signed-off-by: @huangtianhua
This commit is contained in:
openeuler-ci-bot 2021-08-19 12:31:06 +00:00 committed by Gitee
commit 21f39421c9

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pylama Name: python-pylama
Version: 7.7.1 Version: 7.7.1
Release: 2 Release: 3
Summary: Code audit tool for python Summary: Code audit tool for python
License: LGPL-3.0 License: LGPL-3.0
URL: https://pypi.org/project/pylama/ URL: https://pypi.org/project/pylama/
@ -31,6 +31,7 @@ Code audit tool for Python and JavaScript.
%prep %prep
%autosetup -n pylama-%{version} %autosetup -n pylama-%{version}
rm -rf tests/
%build %build
%py3_build %py3_build
@ -73,6 +74,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Aug 19 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 7.7.1-3
- Remove useless tests folder to avoid file conflict.
* Tue Aug 10 2021 huangtianhua <huangtianhua@huawei.com> - 7.7.1-2 * Tue Aug 10 2021 huangtianhua <huangtianhua@huawei.com> - 7.7.1-2
- Adds pydocstyle as requires and delete -S git - Adds pydocstyle as requires and delete -S git