From 903ccd6887c57e09a77b8f422c5c281d105cb3cc Mon Sep 17 00:00:00 2001 From: Redouane Kachach Date: Thu, 17 Mar 2022 09:49:26 +0100 Subject: [PATCH] mgr/cephadm: fixing natsort dependencies on debian Signed-off-by: Redouane Kachach (cherry picked from commit dadbd7299640b50949c4f5f37509831ee4824937) Conflicts: debian/control --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 83827be5c7ba7..deadc85ada820 100644 --- a/debian/control +++ b/debian/control @@ -85,6 +85,7 @@ Build-Depends: automake, prometheus , python3-all-dev, python3-cherrypy3, + python3-natsort, python3-jwt , python3-nose , python3-pecan , @@ -228,6 +229,7 @@ Depends: ceph-base (= ${binary:Version}), ceph-mgr-modules-core (= ${binary:Version}), python3-bcrypt, python3-cherrypy3, + python3-natsort, python3-distutils, python3-jwt, python3-openssl, -- 2.39.5