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: v16.1.0~981^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37388%2Fhead;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 --- diff --git a/debian/control b/debian/control index 19aa7a8464a5..1faf4de2171f 100644 --- a/debian/control +++ b/debian/control @@ -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,