]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian/control: add new dependencies protobuf for crismon 57270/head
authorluo rixin <luorixin@huawei.com>
Mon, 19 Feb 2024 08:52:07 +0000 (16:52 +0800)
committerMatan Breizman <mbreizma@redhat.com>
Sun, 5 May 2024 13:53:37 +0000 (16:53 +0300)
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>
(cherry picked from commit 450f2692351c43c80f3246d2d22b76249e1ba30a)

debian/control

index ffa6ac6671a35c46cd7e436a7759c159e07eb34d..041dfcc7980e8d6a224dcd22f9f9bed187e2c747 100644 (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,