From 868e708c9e6538684f9b053d44497bba543ea5eb Mon Sep 17 00:00:00 2001 From: "Johannes M. Scheuermann" Date: Thu, 24 Sep 2020 12:10:13 +0200 Subject: [PATCH] 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 19aa7a8464a..1faf4de2171 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, -- 2.47.3