]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: Add missing Python dependency for ceph-mgr 37388/head
authorJohannes M. Scheuermann <joh.scheuer@gmail.com>
Thu, 24 Sep 2020 10:10:13 +0000 (12:10 +0200)
committerJohannes M. Scheuermann <joh.scheuer@gmail.com>
Thu, 24 Sep 2020 10:10:53 +0000 (12:10 +0200)
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>
debian/control

index 19aa7a8464a5ac66cfdf37384eda919c48d707a5..1faf4de2171f5f09f36b88792ff9da04a148325c 100644 (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,