Merge pull request #14122 from FRRouting/mergify/bp/stable/9.0/pr-14121

debian: Add missing protobuf dependency (backport #14121)
This commit is contained in:
Donald Sharp 2023-08-01 07:50:31 -04:00 committed by GitHub
commit 728976960b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
debian/control vendored
View File

@ -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>,