!9 python升级后识别不了“?”导致install阶段失败
From: @cherry530 Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
a03ccb9b65
@ -1,6 +1,6 @@
|
||||
Name: python-wrapt
|
||||
Version: 1.12.1
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: A Python module for decorators, wrappers and monkey patching
|
||||
License: BSD
|
||||
URL: https://github.com/GrahamDumpleton/wrapt
|
||||
@ -48,12 +48,15 @@ cd -
|
||||
|
||||
%files -n python3-wrapt
|
||||
%doc README.rst LICENSE
|
||||
%{python3_sitearch}/{wrapt,wrapt-%{version}-py?.?.egg-info}
|
||||
%{python3_sitearch}/{wrapt,wrapt-%{version}-py*.egg-info}
|
||||
|
||||
%files help
|
||||
%doc docs/build/html
|
||||
|
||||
%changelog
|
||||
* Wed Mar 30 2022 xu_ping <xuping33@huawei.com> - 1.12.1-3
|
||||
- Fix non-recognition ? the installed failed
|
||||
|
||||
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.12.1-2
|
||||
- Completing build dependencies
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user