Fix install conflict
This commit is contained in:
parent
57f4c584dd
commit
c4e4b7ae40
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-pylama
|
||||
Version: 7.7.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Code audit tool for python
|
||||
License: LGPL-3.0
|
||||
URL: https://pypi.org/project/pylama/
|
||||
@ -31,6 +31,7 @@ Code audit tool for Python and JavaScript.
|
||||
|
||||
%prep
|
||||
%autosetup -n pylama-%{version}
|
||||
rm -rf tests/
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -73,6 +74,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Adds pydocstyle as requires and delete -S git
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user