]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: fix missing python3 deps for diskprediction-local and osd-support
authorKefu Chai <k.chai@proxmox.com>
Thu, 21 May 2026 12:45:36 +0000 (20:45 +0800)
committerKefu Chai <k.chai@proxmox.com>
Mon, 1 Jun 2026 08:00:26 +0000 (16:00 +0800)
diskprediction-local depends on python3-prettytable and osd-support
depends on python3-cherrypy3; both need to be declared explicitly now
that these modules are separate packages.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
debian/control

index 23f09da7879ee9ff5e131fb0c5ce7c58739ac76c..fe5920b9878689b0342805fcd53147403b6f9ede 100644 (file)
@@ -307,7 +307,8 @@ Description: diskprediction-local module for ceph-mgr
 
 Package: ceph-mgr-modules-core
 Architecture: all
-Depends: ${misc:Depends},
+Depends: python3-prettytable,
+         ${misc:Depends},
          ${python3:Depends},
 Replaces: ceph-mgr (<< 15.1.0)
 Breaks: ceph-mgr (<< 15.1.0)
@@ -540,6 +541,7 @@ Description: osd_support module for ceph-mgr
 Package: ceph-mgr-prometheus
 Architecture: all
 Depends: ceph-mgr (= ${binary:Version}),
+         python3-cherrypy3,
          ${misc:Depends},
          ${python3:Depends},
 Breaks: ceph-mgr-modules-core (<< 21.0.0)