From: Paul Emmerich Date: Tue, 2 Jul 2019 10:58:08 +0000 (+0200) Subject: debian/control: add python-routes dependency X-Git-Tag: v15.1.0~2292^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28835%2Fhead;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 --- diff --git a/debian/control b/debian/control index 6644ce702918..84b1bcb12e8b 100644 --- a/debian/control +++ b/debian/control @@ -227,6 +227,7 @@ Depends: ceph-mgr (= ${binary:Version}), python-openssl, python-bcrypt, python-werkzeug, + python-routes, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},