From 450f2692351c43c80f3246d2d22b76249e1ba30a Mon Sep 17 00:00:00 2001 From: luo rixin Date: Mon, 19 Feb 2024 16:52:07 +0800 Subject: [PATCH] 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 --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index b4967b398f4..bd5c88aaf71 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, -- 2.47.3