diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2023-08-01 00:48:26 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2023-08-01 00:48:26 +0200 |
commit | 62559e53acd849001e21535ffcd25923b709b2fc (patch) | |
tree | 006e4a4bd982e3e44f30866594908d4e97742606 /debian/control | |
parent | Merge pull request #14042 from FRIDM636/extcomm-list-delete (diff) | |
download | frr-62559e53acd849001e21535ffcd25923b709b2fc.tar.xz frr-62559e53acd849001e21535ffcd25923b709b2fc.zip |
debian: Add missing protobuf dependency
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 22d08b315..b3c14f06f 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: bison, libjson-c-dev | libjson0-dev, libpam0g-dev | libpam-dev, libpcre2-dev, + libprotobuf-c-dev, libpython3-dev:native, libreadline-dev, librtr-dev (>= 0.8.0~) <!pkg.frr.nortrlib>, @@ -25,6 +26,7 @@ Build-Depends: bison, libyang2-dev (>= 2.1.80), lsb-base, pkg-config, + protobuf-c-compiler, python3:native, python3-dev:native, python3-pytest:native <!nocheck>, |