fix python3.10 build
This commit is contained in:
parent
4b0b9665c0
commit
baa1003d99
@ -2,7 +2,7 @@
|
||||
|
||||
Name: python-%{module_name}
|
||||
Version: 0.5.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library for retrieving information about catkin packages
|
||||
|
||||
License: BSD
|
||||
@ -67,8 +67,11 @@ popd
|
||||
%{_bindir}/python3-catkin_package_version
|
||||
%{_bindir}/python3-catkin_prepare_release
|
||||
%{python3_sitelib}/%{module_name}/
|
||||
%{python3_sitelib}/%{module_name}-%{version}-py?.?.egg-info
|
||||
%{python3_sitelib}/%{module_name}-%{version}-py?.*.egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Jul 13 2023 Z572 <zhengjunjie@iscas.ac.cn> - 0.5.2-2
|
||||
- fix build under python3.10
|
||||
|
||||
* Wed May 3 2023 will_niutao <niutao2@huawei.com> - 0.5.2-1
|
||||
- Init for openEuler
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user