modify buildrequire crypto to cryptography

This commit is contained in:
zhangxianting 2024-05-29 17:20:05 +08:00
parent 37f4f97b22
commit 96c02a1f71

View File

@ -1,6 +1,6 @@
Name: ros-noetic-ros-nodelet_core Name: ros-noetic-ros-nodelet_core
Version: 1.10.1 Version: 1.10.1
Release: 1 Release: 2
Summary: This is ROS noetic %{name} Package 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 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 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: python3-gpgme
BuildRequires: gpgme-devel BuildRequires: gpgme-devel
BuildRequires: cpp-gpgme BuildRequires: cpp-gpgme
BuildRequires: python3-crypto BuildRequires: python3-cryptography
BuildRequires: bullet-devel BuildRequires: bullet-devel
BuildRequires: gtest-devel BuildRequires: gtest-devel
BuildRequires: gmock-devel BuildRequires: gmock-devel
@ -113,5 +113,8 @@ cp install_isolated/.catkin %{buildroot}/opt/ros/noetic/
/opt/ros/noetic/.catkin /opt/ros/noetic/.catkin
%changelog %changelog
* Wed May 29 2024 zhangxianting <zhangxianting@uniontech.com> - 1.10.1-2
- modify buildrequire crypto to cryptography
* Tue Dec 15 2020 openEuler Buildteam <hanhaomin008@126.com> - 1.10.1-1 * Tue Dec 15 2020 openEuler Buildteam <hanhaomin008@126.com> - 1.10.1-1
- Package init - Package init