mirror of
https://github.com/ceph/ceph
synced 2025-01-28 22:14:02 +00:00
debian: Add missing Python dependency for ceph-mgr
The file mgr/volumes/fs/operations/pin_util.py imports distutils.util for using strtobool and thus the python package is required. Signed-off-by: Johannes M. Scheuermann <joh.scheuer@gmail.com>
This commit is contained in:
parent
e492447fde
commit
868e708c9e
1
debian/control
vendored
1
debian/control
vendored
@ -215,6 +215,7 @@ Depends: ceph-base (= ${binary:Version}),
|
||||
ceph-mgr-modules-core (= ${binary:Version}),
|
||||
python3-bcrypt,
|
||||
python3-cherrypy3,
|
||||
python3-distutils,
|
||||
python3-jwt,
|
||||
python3-openssl,
|
||||
python3-pecan,
|
||||
|
Loading…
Reference in New Issue
Block a user