From 96c02a1f71c160234f8579b40edb357083fb1992 Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Wed, 29 May 2024 17:20:05 +0800 Subject: [PATCH] modify buildrequire crypto to cryptography --- nodelet_core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodelet_core.spec b/nodelet_core.spec index 24ee851..857d5ac 100644 --- a/nodelet_core.spec +++ b/nodelet_core.spec @@ -1,6 +1,6 @@ Name: ros-noetic-ros-nodelet_core Version: 1.10.1 -Release: 1 +Release: 2 Summary: This is ROS noetic %{name} Package License: Public Domain and Apache-2.0 and BSD and MIT and BSL-1.0 and LGPL-2.1-only and MPL-2.0 and GPL-3.0-only and GPL-2.0-or-later and MPL-1.1 and IJG and Zlib and OFL-1.1 URL: https://github.com/ros-gbp/nodelet_core-release/archive/release/noetic/nodelet_core @@ -26,7 +26,7 @@ BuildRequires: libpng-devel BuildRequires: python3-gpgme BuildRequires: gpgme-devel BuildRequires: cpp-gpgme -BuildRequires: python3-crypto +BuildRequires: python3-cryptography BuildRequires: bullet-devel BuildRequires: gtest-devel BuildRequires: gmock-devel @@ -113,5 +113,8 @@ cp install_isolated/.catkin %{buildroot}/opt/ros/noetic/ /opt/ros/noetic/.catkin %changelog +* Wed May 29 2024 zhangxianting - 1.10.1-2 +- modify buildrequire crypto to cryptography + * Tue Dec 15 2020 openEuler Buildteam - 1.10.1-1 - Package init