forked from Mirror/frr
debian: Add missing protobuf dependency
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
fbedeb958f
commit
62559e53ac
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 a new issue