debian: fix missing python3 deps for diskprediction-local and osd-support

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>
This commit is contained in:
Kefu Chai 2026-05-21 20:45:36 +08:00
parent ff4e000057
commit 7ed409e9c7

4
debian/control vendored
View 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)