Skip to content

Commit

Permalink
Merge pull request #17205 from piotrjurkiewicz/patch-1
Browse files Browse the repository at this point in the history
debian: Add missing libprotobuf-dev to grpc profile
  • Loading branch information
Jafaral authored Nov 12, 2024
2 parents ac6314d + 15e1a13 commit dfd85da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Build-Depends: bison,
libgrpc-dev (>=1.16.1) <pkg.frr.grpc>,
libgrpc++-dev (>=1.16.1) <pkg.frr.grpc>,
protobuf-compiler (>=3.6.1) <pkg.frr.grpc>,
protobuf-compiler-grpc (>=1.16.1) <pkg.frr.grpc>
protobuf-compiler-grpc (>=1.16.1) <pkg.frr.grpc>,
libprotobuf-dev (>=3.6.1) <pkg.frr.grpc>
Standards-Version: 4.5.0.3
Homepage: https://www.frrouting.org/
Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master
Expand Down

0 comments on commit dfd85da

Please sign in to comment.