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 <luorixin@huawei.com>
This commit is contained in:
luo rixin 2024-02-19 16:52:07 +08:00
parent 6850bc28ae
commit 450f269235

2
debian/control vendored
View File

@ -83,11 +83,13 @@ Build-Depends: automake,
libndctl-dev (>= 63) <pkg.ceph.pmdk>,
libpmem-dev <pkg.ceph.pmdk>,
libpmemobj-dev (>= 1.8) <pkg.ceph.pmdk>,
libprotobuf-dev <pkg.ceph.crimson>,
ninja-build,
nlohmann-json3-dev,
patch,
pkg-config,
prometheus <pkg.ceph.check>,
protobuf-compiler <pkg.ceph.crimson>,
python3-all-dev,
python3-cherrypy3,
python3-natsort,