From: Thomas Lamprecht Date: Wed, 31 Jul 2024 07:48:08 +0000 (+0200) Subject: debian/control: record python3-packaging dependency for ceph-volume X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F66528%2Fhead;p=ceph.git debian/control: record python3-packaging dependency for ceph-volume Commit 0985e201 added `from packaging import version` to ceph_volume/util/encryption.py. On Debian and its derivatives, the packaging module is provided by the python3-packaging package. Add python3-packaging to ceph-volume's runtime dependencies to ensure this import is satisfied. Signed-off-by: Thomas Lamprecht Signed-off-by: Max R. Carrara --- diff --git a/debian/control b/debian/control index 692e5eaa8b97..8dd960710c26 100644 --- a/debian/control +++ b/debian/control @@ -529,6 +529,7 @@ Depends: ceph-osd (= ${binary:Version}), e2fsprogs, lvm2, parted, + python3-packaging, xfsprogs, ${misc:Depends}, ${python3:Depends}