mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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:
parent
ff4e000057
commit
7ed409e9c7
4
debian/control
vendored
4
debian/control
vendored
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user