From baa1003d99fc9b22e1d6a1c9f3970c88f0436535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BF=8A=E6=9D=B0?= Date: Wed, 12 Jul 2023 09:47:25 +0000 Subject: [PATCH] fix python3.10 build --- catkin-pkg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/catkin-pkg.spec b/catkin-pkg.spec index bc1b932..11e31b0 100644 --- a/catkin-pkg.spec +++ b/catkin-pkg.spec @@ -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 - 0.5.2-2 +- fix build under python3.10 + * Wed May 3 2023 will_niutao - 0.5.2-1 - Init for openEuler