Skip to content

Commit

Permalink
Fix rpm build requires
Browse files Browse the repository at this point in the history
  • Loading branch information
wxf committed Jan 8, 2021
1 parent 445d0c5 commit 6427794
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package/rpm/brpc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ Source0: incubator-brpc-%{version}.tar.gz
BuildRequires: devtoolset-8-gcc-c++
%endif

BuildRequires: gflags-devel
BuildRequires: protobuf-devel
BuildRequires: gflags-devel >= 2.1
BuildRequires: protobuf-devel >= 2.4
BuildRequires: leveldb-devel
BuildRequires: openssl-devel
Requires: gflags
Requires: protobuf
Requires: leveldb
Requires: openssl-libs

%description
An industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances(not counting clients) and thousands kinds of services.
Expand Down

0 comments on commit 6427794

Please sign in to comment.