From: Paul Emmerich Date: Tue, 2 Jul 2019 10:58:08 +0000 (+0200) Subject: debian/control: add python-routes dependency X-Git-Tag: v14.2.3~61^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=92e0e0befbfc5640893388e52d36bea879405a34;p=ceph.git debian/control: add python-routes dependency the dashboard requires python-routes via cherrypy/_cpdispatch.py during runtime but the cherrypy debian package only recommends it and doesn't depend on it Fixes: https://tracker.ceph.com/issues/24420 Signed-off-by: Paul Emmerich (cherry picked from commit 05a59b6d0d313c5abd98b0a746dd8a97a3789ee4) --- diff --git a/debian/control b/debian/control index e7a01c6ff88..b073073ba13 100644 --- a/debian/control +++ b/debian/control @@ -212,6 +212,7 @@ Depends: ceph-mgr (= ${binary:Version}), python-openssl, python-bcrypt, python-werkzeug, + python-routes, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},