From: Koen Kooi Date: Wed, 23 Feb 2022 16:40:48 +0000 (-0800) Subject: debian/control: fix python3-cherrypy*3* dependency X-Git-Tag: v18.0.0~1155^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7b381fe91c0711249a7185b31f3dd60064f3b5a;p=ceph.git debian/control: fix python3-cherrypy*3* dependency The trailing '3' was missed in one instance, ceph-mgr-cephadm, leading to: Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: ceph-mgr-cephadm : Depends: python3-cherrypy but it is not installable Which makes the installation fail. Fixes: 78983ad0d0cce422da32dc4876ac186f6d32c3f5 Signed-off-by: Koen Kooi --- diff --git a/debian/control b/debian/control index 21a85ddc519..9ed8de3cb97 100644 --- a/debian/control +++ b/debian/control @@ -350,7 +350,7 @@ Depends: ceph-mgr (= ${binary:Version}), ${python:Depends}, openssh-client, python3-jinja2, - python3-cherrypy + python3-cherrypy3 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,