From 1d622be60fbabe267801cba83ec54ad7b89a9c55 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 8 Jul 2025 10:32:01 -0400 Subject: [PATCH] deb/mgr: remove deprecated distutils from ceph-mgr.requires distutils was deprecated in python 3.10 and removed in 3.12 which we need to support for ubuntu 24.04 Fixes: https://tracker.ceph.com/issues/72020 Signed-off-by: Casey Bodley (cherry picked from commit 3fb3f892aa381f0226be3331896d303b87626777) --- debian/ceph-mgr.requires | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/ceph-mgr.requires b/debian/ceph-mgr.requires index 39336330c93..02596f3e125 100644 --- a/debian/ceph-mgr.requires +++ b/debian/ceph-mgr.requires @@ -3,4 +3,3 @@ pyOpenSSL cephfs ceph-argparse pyyaml -distutils -- 2.39.5