Fix build error:Empty %file wrapt-1.10.8/debugfiles.list

This commit is contained in:
wang_yue111 2021-07-09 11:04:59 +08:00
parent ebb7a4e7b8
commit 76c65936c0

View File

@ -1,11 +1,11 @@
Name: python-wrapt
Version: 1.10.8
Release: 1
Release: 2
Summary: A Python module for decorators, wrappers and monkey patching
License: BSD
URL: https://github.com/GrahamDumpleton/wrapt
Source0: https://github.com/GrahamDumpleton/wrapt/archive/%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-devel gcc
%description
The aim of the wrapt module is to provide a transparent object proxy
for Python, which can be used as the basis for the construction of
@ -46,5 +46,8 @@ popd
%{python3_sitearch}/wrapt-%{version}-py?.?.egg-info
%changelog
* Fri Jul 09 2021 wangyue <wangyue92@huawei.com> - 1.10.8-2
- Fix build error:Empty %file wrapt-1.10.8/debugfiles.list
* Thu Apr 14 2021 huanghaitao <huanghaitao8@huawei.com> - 1.10.8-1
- package init