diff options
author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-07-31 09:48:08 +0200 |
---|---|---|
committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2024-07-31 10:44:58 +0200 |
commit | 80edcd40e8092d9fb3b45c1a6c7f9b7f4f37b69e (patch) | |
tree | 8699f2cbbcd594cfc0e4b0b9ca49c81c0a787b83 /debian/control | |
parent | Merge pull request #58897 from Matan-B/wip-matanb-crimson-string-format (diff) | |
download | ceph-80edcd40e8092d9fb3b45c1a6c7f9b7f4f37b69e.tar.xz ceph-80edcd40e8092d9fb3b45c1a6c7f9b7f4f37b69e.zip |
debian pkg: record python3-packaging dependency for ceph-volume
Since commit 0985e201342 ("ceph-volume: use 'no workqueue' options
with dmcrypt") the python "packaging" module is used to parse the
cryptsetup version output, but the debian packaging was not updated to
record that new dependency.
So simply record this in the d/control file, adding a <pkg>.requires
file seemed to not really winning us anything here.
Fixes: https://tracker.ceph.com/issues/67290
Fixes: 0985e201342fa53c014a811156aed661b4b8f994
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b1910b624d7..37b940ac633 100644 --- a/debian/control +++ b/debian/control @@ -456,6 +456,7 @@ Depends: ceph-osd (= ${binary:Version}), e2fsprogs, lvm2, parted, + python3-packaging, xfsprogs, ${misc:Depends}, ${python3:Depends} |