From dadbd7299640b50949c4f5f37509831ee4824937 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 --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 414ba7f7d185e..21a85ddc519a6 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, @@ -348,8 +350,7 @@ Depends: ceph-mgr (= ${binary:Version}), ${python:Depends}, openssh-client, python3-jinja2, - python3-cherrypy, - python3-natsort + python3-cherrypy Description: cephadm orchestrator module for ceph-mgr Ceph is a massively scalable, open-source, distributed storage system that runs on commodity hardware and delivers object, -- 2.47.3