]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
debian/control: record python3-packaging dependency for ceph-volume
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 31 Jul 2024 07:48:08 +0000 (09:48 +0200)
committerKefu Chai <tchaikov@gmail.com>
Wed, 10 Dec 2025 11:30:53 +0000 (19:30 +0800)
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 <t.lamprecht@proxmox.com>
Signed-off-by: Max R. Carrara <m.carrara@proxmox.com>
(cherry picked from commit a6ab6c63853d071f7383b0ce51d278de92fc3960)

debian/control

index 7d30e1faa709c4b415d19e27bd2833ca7c8a2ecb..4ff654776b2d38535d32f32616d0fbf2086cc0f5 100644 (file)
@@ -461,6 +461,7 @@ Depends: ceph-osd (= ${binary:Version}),
          e2fsprogs,
          lvm2,
          parted,
+         python3-packaging,
          xfsprogs,
          ${misc:Depends},
          ${python3:Depends}