!35 remove useless buildrequires

From: @zhouwenpei
Reviewed-by: @liqingqing_1229
Signed-off-by: @liqingqing_1229
This commit is contained in:
openeuler-ci-bot 2021-07-24 01:42:09 +00:00 committed by Gitee
commit d79bed3aa2

View File

@ -23,7 +23,7 @@
Name: boost Name: boost
Version: 1.75.0 Version: 1.75.0
Release: 4 Release: 5
Summary: The free peer-reviewed portable C++ source libraries Summary: The free peer-reviewed portable C++ source libraries
License: Boost Software license V1.0 License: Boost Software license V1.0
URL: http://www.boost.org URL: http://www.boost.org
@ -75,7 +75,7 @@ Requires: %{name}-type_erasure%{?_isa} = %{version}-%{release}
Requires: %{name}-wave%{?_isa} = %{version}-%{release} Requires: %{name}-wave%{?_isa} = %{version}-%{release}
Requires: %{name}-contract%{?_isa} = %{version}-%{release} Requires: %{name}-contract%{?_isa} = %{version}-%{release}
BuildRequires: gcc-c++ m4 tcl gdb BuildRequires: gcc-c++ m4 tcl
BuildRequires: libstdc++-devel bzip2-devel zlib-devel libicu-devel BuildRequires: libstdc++-devel bzip2-devel zlib-devel libicu-devel
%if %{with python3} %if %{with python3}
BuildRequires: python3-devel python3-numpy BuildRequires: python3-devel python3-numpy
@ -1144,6 +1144,9 @@ fi
%{_mandir}/man1/bjam.1* %{_mandir}/man1/bjam.1*
%changelog %changelog
* Fri Jul 23 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.75.0-5
- remove useless buildrequires
* Wed Jun 23 2021 Xu Huijie <xuhuijie2@huawei.com> - 1.75.0-4 * Wed Jun 23 2021 Xu Huijie <xuhuijie2@huawei.com> - 1.75.0-4
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA