From 05a59b6d0d313c5abd98b0a746dd8a97a3789ee4 Mon Sep 17 00:00:00 2001 From: Paul Emmerich Date: Tue, 2 Jul 2019 12:58:08 +0200 Subject: [PATCH] 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 --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 6644ce70291..84b1bcb12e8 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}, -- 2.39.5