mirror of
https://git.proxmox.com/git/ceph.git
synced 2025-04-28 15:01:36 +00:00
24 lines
704 B
Diff
24 lines
704 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
|
Date: Wed, 31 Jul 2024 09:48:08 +0200
|
|
Subject: [PATCH] debian pkg: record python3-packaging dependency for
|
|
ceph-volume
|
|
|
|
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
|
|
---
|
|
debian/control | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/debian/control b/debian/control
|
|
index 1d45d47b413..ef64f2bea29 100644
|
|
--- a/debian/control
|
|
+++ b/debian/control
|
|
@@ -433,6 +433,7 @@ Depends: ceph-osd (= ${binary:Version}),
|
|
e2fsprogs,
|
|
lvm2,
|
|
parted,
|
|
+ python3-packaging,
|
|
xfsprogs,
|
|
${misc:Depends},
|
|
${python3:Depends}
|