mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:44:16 +00:00
Merge pull request #17205 from piotrjurkiewicz/patch-1
debian: Add missing libprotobuf-dev to grpc profile
This commit is contained in:
commit
dfd85da52f
3
debian/control
vendored
3
debian/control
vendored
@ -37,7 +37,8 @@ Build-Depends: bison,
|
|||||||
libgrpc-dev (>=1.16.1) <pkg.frr.grpc>,
|
libgrpc-dev (>=1.16.1) <pkg.frr.grpc>,
|
||||||
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 (>=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
|
Standards-Version: 4.5.0.3
|
||||||
Homepage: https://www.frrouting.org/
|
Homepage: https://www.frrouting.org/
|
||||||
Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master
|
Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master
|
||||||
|
Loading…
Reference in New Issue
Block a user