fix build error caused by python3.10 wildcard
This commit is contained in:
parent
bee7710b8c
commit
430e572a33
@ -1,6 +1,6 @@
|
|||||||
Name: python-constantly
|
Name: python-constantly
|
||||||
Version: 15.1.0
|
Version: 15.1.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Symbolic constants in Python
|
Summary: Symbolic constants in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/twisted/constantly
|
URL: https://github.com/twisted/constantly
|
||||||
@ -37,9 +37,12 @@ rm -rf constantly.egg-info
|
|||||||
%files -n python3-constantly
|
%files -n python3-constantly
|
||||||
%doc README.rst LICENSE
|
%doc README.rst LICENSE
|
||||||
%{python3_sitelib}/constantly
|
%{python3_sitelib}/constantly
|
||||||
%{python3_sitelib}/constantly-15.1.0-py?.?.egg-info
|
%{python3_sitelib}/constantly-15.1.0-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 6 2022 caodongxia <caodongxia@h-partners.com> - 15.1.0-6
|
||||||
|
- fix build error caused by python3.10 wildcard
|
||||||
|
|
||||||
* Wed Oct 21 2020 zhangtao <zhangao221@huawei.com> - 15.1.0-5
|
* Wed Oct 21 2020 zhangtao <zhangao221@huawei.com> - 15.1.0-5
|
||||||
- delete python2
|
- delete python2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user