fix build fail for python3-3.10.0

This commit is contained in:
shixuantong 2021-11-27 09:52:34 +08:00
parent c4588c1a33
commit 63289f9f46

View File

@ -2,7 +2,7 @@
Name: python-distlib Name: python-distlib
Version: 0.3.1 Version: 0.3.1
Release: 1 Release: 2
Summary: A library of packaging functionality Summary: A library of packaging functionality
License: Python License: Python
URL: https://readthedocs.org/projects/distlib/ URL: https://readthedocs.org/projects/distlib/
@ -45,10 +45,12 @@ export PYTHONHASHSEED=0
%files -n python3-distlib %files -n python3-distlib
%doc README.rst LICENSE.txt %doc README.rst LICENSE.txt
%{python3_sitelib}/distlib %{python3_sitelib}/distlib*
%{python3_sitelib}/distlib-%{version}-py?.?.egg-info
%changelog %changelog
* Sat Nov 27 2021 shixuantong <shixuantong@huawei.com> - 0.3.1-2
- fix build fail for python3-3.10.0
* Fri Aug 7 2020 shixuantong <shixuantong@huawei.com> - 0.3.1-1 * Fri Aug 7 2020 shixuantong <shixuantong@huawei.com> - 0.3.1-1
- update to 0.3.1 - update to 0.3.1