summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorluo rixin <luorixin@huawei.com>2024-02-19 09:52:07 +0100
committerluo rixin <luorixin@huawei.com>2024-02-19 10:15:58 +0100
commit450f2692351c43c80f3246d2d22b76249e1ba30a (patch)
treec22c5bf040ecaec16fa70e3fc03e292747af5bde /debian/control
parentMerge pull request #54963 from DimStar77/cmake328 (diff)
downloadceph-450f2692351c43c80f3246d2d22b76249e1ba30a.tar.xz
ceph-450f2692351c43c80f3246d2d22b76249e1ba30a.zip
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>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
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) <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,