mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 22:30:52 +00:00
Merge pull request #14121 from opensourcerouting/deb-protobuf-depend
debian: Add missing protobuf dependency
This commit is contained in:
commit
6ce04d8b6c
2
debian/control
vendored
2
debian/control
vendored
@ -17,6 +17,7 @@ Build-Depends: bison,
|
|||||||
libjson-c-dev | libjson0-dev,
|
libjson-c-dev | libjson0-dev,
|
||||||
libpam0g-dev | libpam-dev,
|
libpam0g-dev | libpam-dev,
|
||||||
libpcre2-dev,
|
libpcre2-dev,
|
||||||
|
libprotobuf-c-dev,
|
||||||
libpython3-dev:native,
|
libpython3-dev:native,
|
||||||
libreadline-dev,
|
libreadline-dev,
|
||||||
librtr-dev (>= 0.8.0~) <!pkg.frr.nortrlib>,
|
librtr-dev (>= 0.8.0~) <!pkg.frr.nortrlib>,
|
||||||
@ -25,6 +26,7 @@ Build-Depends: bison,
|
|||||||
libyang2-dev (>= 2.1.80),
|
libyang2-dev (>= 2.1.80),
|
||||||
lsb-base,
|
lsb-base,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
|
protobuf-c-compiler,
|
||||||
python3:native,
|
python3:native,
|
||||||
python3-dev:native,
|
python3-dev:native,
|
||||||
python3-pytest:native <!nocheck>,
|
python3-pytest:native <!nocheck>,
|
||||||
|
Loading…
Reference in New Issue
Block a user