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:
Johannes M. Scheuermann 2020-09-24 12:10:13 +02:00
parent e492447fde
commit 868e708c9e

1
debian/control vendored
View File

@ -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,