!4 修复在 python 3.10 下的编译

From: @Z572 
Reviewed-by: @anchuanxu 
Signed-off-by: @anchuanxu
This commit is contained in:
openeuler-ci-bot 2023-08-22 08:58:16 +00:00 committed by Gitee
commit 03beb5f5a7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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