From: Johannes M. Scheuermann Date: Thu, 24 Sep 2020 10:10:13 +0000 (+0200) Subject: debian: Add missing Python dependency for ceph-mgr X-Git-Tag: v15.2.9~122^2~75^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=03cd9e3bb335efc5450cf4a9a3d1db98d54d578b;p=ceph.git 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 (cherry picked from commit 868e708c9e6538684f9b053d44497bba543ea5eb) --- diff --git a/debian/control b/debian/control index 9abc2bd752dd..f30140704366 100644 --- a/debian/control +++ b/debian/control @@ -216,6 +216,7 @@ Depends: ceph-base (= ${binary:Version}), ceph-mgr-modules-core (= ${binary:Version}), python3-bcrypt, python3-cherrypy3, + python3-distutils, python3-jwt, python3-openssl, python3-pecan,