From c44046749471b37ed5fdaaf15b8dc6cd94f2c21f Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Tue, 1 Aug 2023 00:48:26 +0200 Subject: [PATCH] debian: Add missing protobuf dependency Signed-off-by: Martin Winter (cherry picked from commit 62559e53acd849001e21535ffcd25923b709b2fc) --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 22d08b315d..b3c14f06f3 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~) , @@ -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 , -- 2.39.5