From: luo rixin Date: Mon, 19 Feb 2024 08:52:07 +0000 (+0800) Subject: debian/control: add new dependencies protobuf for crismon X-Git-Tag: v19.1.1~368^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a65b2113d2003018125f12c91701280a15490fc9;p=ceph.git debian/control: add new dependencies protobuf for crismon As PR https://github.com/ceph/ceph/pull/55444 update seastar version, the new seastar imports new dependencies protobuf. Fixes: https://tracker.ceph.com/issues/64420 Signed-off-by: luo rixin (cherry picked from commit 450f2692351c43c80f3246d2d22b76249e1ba30a) --- diff --git a/debian/control b/debian/control index ffa6ac6671a3..041dfcc7980e 100644 --- a/debian/control +++ b/debian/control @@ -83,11 +83,13 @@ Build-Depends: automake, libndctl-dev (>= 63) , libpmem-dev , libpmemobj-dev (>= 1.8) , + libprotobuf-dev , ninja-build, nlohmann-json3-dev, patch, pkg-config, prometheus , + protobuf-compiler , python3-all-dev, python3-cherrypy3, python3-natsort,