]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
debian/control: fix python3-cherrypy*3* dependency 45711/head
authorKoen Kooi <koen@softiron.com>
Wed, 23 Feb 2022 16:40:48 +0000 (08:40 -0800)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 30 Mar 2022 14:57:13 +0000 (07:57 -0700)
commitf10bd182918c15283bce7d665772f38f239e7efa
treeb63d6598e9ddcfa78721110f8cf81633158fcb25
parent406c2368e3b99f606b7749ff951eb50f2a2d612e
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 <koen@softiron.com>
(cherry picked from commit b7b381fe91c0711249a7185b31f3dd60064f3b5a)
debian/control