]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: Add missing Python dependency for ceph-mgr 37422/head
authorJohannes M. Scheuermann <joh.scheuer@gmail.com>
Thu, 24 Sep 2020 10:10:13 +0000 (12:10 +0200)
committerKefu Chai <kchai@redhat.com>
Sat, 26 Sep 2020 05:41:06 +0000 (13:41 +0800)
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>
(cherry picked from commit 868e708c9e6538684f9b053d44497bba543ea5eb)

debian/control

index 9abc2bd752dd076c74b1de08d5b50f7c8ac40117..f3014070436674d569004805fc0430a47003d881 100644 (file)
@@ -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,